gst_plugins_base/gst-libs/gst/rtsp/gstrtspbase64.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_base/gst-libs/gst/rtsp/gstrtspbase64.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_base/gst-libs/gst/rtsp/gstrtspbase64.h	Wed Sep 01 12:16:41 2010 +0100
@@ -24,10 +24,7 @@
 
 G_BEGIN_DECLS
 
-#ifndef GST_DISABLE_DEPRECATED
 gchar *gst_rtsp_base64_encode    (const gchar *data, gsize len);
-#endif
-
 void   gst_rtsp_base64_decode_ip (gchar *data, gsize *len);
 
 G_END_DECLS