From a6a9207c4298081d2af237edd04e337e5d175e0d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 24 Jan 2007 16:25:55 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85f0d46b..fc27e6fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-01-24 Wim Taymans + + * 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. + 2007-01-24 Wim Taymans * gst/rtp/Makefile.am: -- cgit