summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-12 18:45:58 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-12 18:45:58 +0000
commit173ee367e4c68c0d37af9dce9d1fb1e77b8e5ebf (patch)
treefce708c87ef0cc9eea72fe302f370ba4723ddcb1 /ChangeLog
parentb61aef839f6256889b54144cff790fdfde430cda (diff)
gst/: In streaming mode, if the first buffer we get doesn't have an offset, fix it up to be 0, otherwise trimming won...
Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag), (gst_tag_demux_chain): * gst/id3demux/gstid3demux.c: (gst_id3demux_chain): In streaming mode, if the first buffer we get doesn't have an offset, fix it up to be 0, otherwise trimming won't work later on and we'll be typefinding application/x-id3, which may result in decodebin plugging an endless number of id3demux elements as a consequence. Fixes #385031.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b8ec325..3c05a34a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-12-12 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
+ (gst_tag_demux_chain):
+ * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
+ In streaming mode, if the first buffer we get doesn't have an
+ offset, fix it up to be 0, otherwise trimming won't work later on
+ and we'll be typefinding application/x-id3, which may result in
+ decodebin plugging an endless number of id3demux elements as a
+ consequence. Fixes #385031.
+
2006-12-08 Jan Schmidt <thaytan@mad.scientist.com>
* sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):