summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-03-21 17:58:47 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-03-21 17:58:47 +0000
commitff8850d6c495635d6bc10ba5b91080091db89ea2 (patch)
treed057268b694562f9d078246170ce4e270022de3e /ChangeLog
parent5786a1b63cb44e357f30f73ec01b5924bc8a1c5d (diff)
downloadgst-plugins-bad-ff8850d6c495635d6bc10ba5b91080091db89ea2.tar.gz
gst-plugins-bad-ff8850d6c495635d6bc10ba5b91080091db89ea2.tar.bz2
gst-plugins-bad-ff8850d6c495635d6bc10ba5b91080091db89ea2.zip
Catch tag events that are sent out by id3demux before typefinding has happened, and re-send them later on once typefi...
Original commit message from CVS: Catch tag events that are sent out by id3demux before typefinding has happened, and re-send them later on once typefinding has finished and id3demuxbin's ghost source pad has been created. If we don't do this, the event will never make it downstream. (fixes #170319)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97c72bf0..f9153cfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-03-21 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/mad/gstid3demuxbin.c: (probe_cb), (gst_id3demux_bin_init),
+ (found_type), (gst_id3demux_bin_change_state):
+ Catch tag events that are sent out by id3demux before typefinding
+ has happened, and re-send them later on once typefinding has
+ finished and id3demuxbin's ghost source pad has been created. If
+ we don't do this, the event will never make it downstream.
+ (fixes #170319)
+
+2005-03-21 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/lame/gstlame.c: (add_one_tag):
* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
* gst/asfdemux/gstasfdemux.c: