From a91177414c6c798ee921faf575ee15a509e77488 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 11 Oct 2006 13:24:42 +0000 Subject: gst/: Activate pad before adding it to the already-running element. Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad): * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad): * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad): Activate pad before adding it to the already-running element. * tests/check/elements/icydemux.c: (icydemux_found_pad): Activate newly-created pad too. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60bd7cdf..1c6902c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-10-11 Tim-Philipp Müller + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad): + * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad): + * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad): + Activate pad before adding it to the already-running element. + + * tests/check/elements/icydemux.c: (icydemux_found_pad): + Activate newly-created pad too. + 2006-10-11 Wim Taymans Patch by: Sebastien Cote -- cgit