summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-10-11 13:24:42 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-10-11 13:24:42 +0000
commita91177414c6c798ee921faf575ee15a509e77488 (patch)
treeeb4dc78c76f4687b4b650cdf775323a7c134c6dc /ChangeLog
parent734243efa288947fa6296f2917550b8e85bbb50f (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <wim@fluendo.com>
Patch by: Sebastien Cote <sebas642 at yahoo dot ca>