summaryrefslogtreecommitdiff
path: root/gst/sdp/gstsdpdemux.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-09-21 19:07:05 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-09-21 19:15:27 +0200
commit528f6e0573bb2856d719349c27c7c0d340b128e6 (patch)
tree07629513d5b9a0e63d54066229f720a216d42599 /gst/sdp/gstsdpdemux.h
parent9db0d943641529a4f33be39735b7e7868b02b401 (diff)
downloadgstreamer-plugins-bad-528f6e0573bb2856d719349c27c7c0d340b128e6.tar.gz
sdpdemux: add property to disable redirect
Add a property to avoid redirection to the rtsp-sdp:// url but instead embeds an rtspsrc element inside sdpdemux as the session manager. Based on patch by Marco Ballesio. Fixes #630046
Diffstat (limited to 'gst/sdp/gstsdpdemux.h')
-rw-r--r--gst/sdp/gstsdpdemux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/sdp/gstsdpdemux.h b/gst/sdp/gstsdpdemux.h
index 32a532937..94db8d62c 100644
--- a/gst/sdp/gstsdpdemux.h
+++ b/gst/sdp/gstsdpdemux.h
@@ -97,11 +97,13 @@ struct _GstSDPDemux {
gboolean debug;
guint64 udp_timeout;
guint latency;
+ gboolean redirect;
/* session management */
GstElement *session;
gulong session_sig_id;
gulong session_ptmap_id;
+ gulong session_nmp_id;
};
struct _GstSDPDemuxClass {