summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp/gstrtspbase64.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/rtsp/gstrtspbase64.h')
-rw-r--r--gst-libs/gst/rtsp/gstrtspbase64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspbase64.h b/gst-libs/gst/rtsp/gstrtspbase64.h
index 0b50ab68a..a92e99626 100644
--- a/gst-libs/gst/rtsp/gstrtspbase64.h
+++ b/gst-libs/gst/rtsp/gstrtspbase64.h
@@ -24,7 +24,10 @@
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