diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-04 13:30:12 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-04 13:30:12 +0000 |
commit | 4836bfbcf703e9ee38432a43a83a1c901b7eb404 (patch) | |
tree | 0125104d274ff5f40c37ea7022ed2334d2cb5269 /ChangeLog | |
parent | 9410acd1fad2c01cdb0291a82345c7b58dc74ae2 (diff) |
gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (Fixes #329810)
Original commit message from CVS:
* gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
(parse_split_strings):
Adjust for data length indicators when parsing (Fixes #329810)
Fix stupid bug parsing UTF-8 tag text.
Output tag strings with multiple fields as multiple tags, so the
app gets all the data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-02-04 Jan Schmidt <thaytan@mad.scientist.com> + + * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame), + (parse_split_strings): + Adjust for data length indicators when parsing (Fixes #329810) + Fix stupid bug parsing UTF-8 tag text. + Output tag strings with multiple fields as multiple tags, so the + app gets all the data. + 2006-02-03 Edgard Lima <edgard.lima@indt.org.br> * ext/flac/gstflacenc.c: |