diff options
author | Benjamin Otte <otte@gnome.org> | 2004-10-11 05:05:51 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-10-11 05:05:51 +0000 |
commit | 70c8dbcac86bf60b8763c70d6e7e39bc636bf2df (patch) | |
tree | c87f4790bb931868dcdfbcd319523829bb5e5d5d | |
parent | 1c61dc8ff2aa168da8ffbb004d5cee1bafe0daff (diff) | |
download | gst-plugins-bad-70c8dbcac86bf60b8763c70d6e7e39bc636bf2df.tar.gz gst-plugins-bad-70c8dbcac86bf60b8763c70d6e7e39bc636bf2df.tar.bz2 gst-plugins-bad-70c8dbcac86bf60b8763c70d6e7e39bc636bf2df.zip |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |