summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85f0d46b..fc27e6fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-01-24 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),