From cf20f497cc48191c384db59cf20494e8a87fed3e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 27 Jun 2007 11:04:47 +0000 Subject: gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of the streams so that we correctly signal ... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), (new_session_pad), (gst_rtspsrc_setup_streams): * gst/rtsp/gstrtspsrc.h: For container formats we only need to activate one of the streams so that we correctly signal no-more-pads. Fixes #451015. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0cd6001..4fee3c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-06-27 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), + (new_session_pad), (gst_rtspsrc_setup_streams): + * gst/rtsp/gstrtspsrc.h: + For container formats we only need to activate one of the streams so + that we correctly signal no-more-pads. Fixes #451015. + 2007-06-25 Stefan Kost * docs/plugins/gst-plugins-good-plugins.args: -- cgit