From c64021f87d770e1e1ad8e62dd3be308bf05e7c53 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 18 Feb 2006 20:48:09 +0000 Subject: gst/id3demux/: Handle 0 data size in otherwise valid frames. Original commit message from CVS: * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list): * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist): Handle 0 data size in otherwise valid frames. Handle numeric strings in 2.4.0 even when not in parentheses --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60aa63ec..89596cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-02-18 Jan Schmidt + + * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list): + * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist): + Handle 0 data size in otherwise valid frames. + Handle numeric strings in 2.4.0 even when not in parentheses + 2006-02-18 Tim-Philipp Müller * gst/matroska/matroska-demux.c: -- cgit