From 4836bfbcf703e9ee38432a43a83a1c901b7eb404 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 4 Feb 2006 13:30:12 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 799c60d0..8f9c64ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-02-04 Jan Schmidt + + * 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 * ext/flac/gstflacenc.c: -- cgit