gst_plugins_base/gst-libs/gst/rtsp/gstrtspbase64.h
changeset 16 8e837d1bf446
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
    22 
    22 
    23 #include <glib.h>
    23 #include <glib.h>
    24 
    24 
    25 G_BEGIN_DECLS
    25 G_BEGIN_DECLS
    26 
    26 
       
    27 #ifndef GST_DISABLE_DEPRECATED
    27 gchar *gst_rtsp_base64_encode    (const gchar *data, gsize len);
    28 gchar *gst_rtsp_base64_encode    (const gchar *data, gsize len);
       
    29 #endif
       
    30 
    28 void   gst_rtsp_base64_decode_ip (gchar *data, gsize *len);
    31 void   gst_rtsp_base64_decode_ip (gchar *data, gsize *len);
    29 
    32 
    30 G_END_DECLS
    33 G_END_DECLS
    31 
    34 
    32 #endif
    35 #endif