gst_plugins_base/gst-libs/gst/rtsp/gstrtspbase64.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    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
       
    28 gchar *gst_rtsp_base64_encode    (const gchar *data, gsize len);
    27 gchar *gst_rtsp_base64_encode    (const gchar *data, gsize len);
    29 #endif
       
    30 
       
    31 void   gst_rtsp_base64_decode_ip (gchar *data, gsize *len);
    28 void   gst_rtsp_base64_decode_ip (gchar *data, gsize *len);
    32 
    29 
    33 G_END_DECLS
    30 G_END_DECLS
    34 
    31 
    35 #endif
    32 #endif