summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-01-24 16:25:55 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-01-24 16:25:55 +0000
commita6a9207c4298081d2af237edd04e337e5d175e0d (patch)
tree14d973d8b6bb461b7d2eb87ca5c4ea47b3f0fec5 /gst/rtsp/gstrtspsrc.h
parentf08317874136d3b9f9026c62fc451b5a8f9366af (diff)
gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated them all.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (pad_blocked), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp): * gst/rtsp/gstrtspsrc.h: Only unblock the udp pads when we linked and activated them all. Fixes #395688.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index fa030b48..8f42895f 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -92,6 +92,7 @@ struct _GstRTSPStream {
/* our udp sources */
GstElement *udpsrc[2];
+ GstPad *blockedpad;
/* our udp sink back to the server */
GstElement *udpsink;