summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-10-11 05:05:51 +0000
committerBenjamin Otte <otte@gnome.org>2004-10-11 05:05:51 +0000
commit3b8cb7c5d96e35a4e7aef83326580b53178e1349 (patch)
tree3f252a85c00f6cf01111d7a4e8ccf580a64a5291
parenta4362e76270998cc45cebf67f3b535d10cf04d01 (diff)
ext/mad/gstid3tag.c: reset v1 tag offset when there is no v1 tag. Fixes id3demux always consuming the last 128 bytes,...
Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): reset v1 tag offset when there is no v1 tag. Fixes id3demux always consuming the last 128 bytes, even though it was valid mp3 data.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e96bee8..ee495d2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-11 Benjamin Otte <otte@gnome.org>
+
+ * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
+ reset v1 tag offset when there is no v1 tag. Fixes id3demux always
+ consuming the last 128 bytes, even though it was valid mp3 data.
+
2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),