|  |  |  | GStreamer Base Plugins 0.10 Library Reference Manual |  | 
|---|---|---|---|---|
#include <gst/rtsp/gstrtspbase64.h> gchar* gst_rtsp_base64_encode (const gchar *data, gsize len); void gst_rtsp_base64_decode_ip (gchar *data, gsize *len);
gchar*              gst_rtsp_base64_encode              (const gchar *data,
                                                         gsize len);
Encode a sequence of binary data into its Base-64 stringified representation.
| 
 | the binary data to encode | 
| 
 | the length of data | 
| Returns : | a newly allocated, zero-terminated Base-64 encoded string
representing data. |