| Top |
gchar * gst_rtsp_base64_encode (const gchar *data,gsize len);
gst_rtsp_base64_encode is deprecated and should not be used in newly-written code.
Encode a sequence of binary data into its Base-64 stringified representation.
void gst_rtsp_base64_decode_ip (gchar *data,gsize *len);
gst_rtsp_base64_decode_ip is deprecated and should not be used in newly-written code.
use g_base64_decode_inplace() instead.
Decode the base64 string pointed to by data
in-place. When len
is not NULL
it will contain the length of the decoded data.