summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-07-25 16:24:04 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-07-26 12:17:55 +0200
commitddd071e54cd338e1f2fa89e8d26ac3dd29891185 (patch)
tree43b9a9b321f5e496c6be4093b9cf22f5fd7adc42 /gst/rtpmanager/rtpsource.h
parent0060e1d45d8c67875a796367cc41c38b1393862a (diff)
session: configure sdes with structure only
Remove code to configure the SDES with methods and types, only allow configuration with GstStructure
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index 7f1210f10..153d423fc 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -205,9 +205,6 @@ gchar * rtp_source_get_bye_reason (RTPSource *src);
void rtp_source_update_caps (RTPSource *src, GstCaps *caps);
/* SDES info */
-gboolean rtp_source_set_sdes_string (RTPSource *src, GstRTCPSDESType type,
- const gchar *data);
-gchar* rtp_source_get_sdes_string (RTPSource *src, GstRTCPSDESType type);
const GstStructure *
rtp_source_get_sdes_struct (RTPSource * src);
gboolean rtp_source_set_sdes_struct (RTPSource * src, GstStructure *sdes);