From e4bb4b892f6cadfb7abdb3e02de5168a5e5e89cb Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 28 May 2006 10:05:47 +0000 Subject: gst/id3demux/id3v2frames.c: A track/volume number or count of 0 does not make sense, just ignore it along with negati... Original commit message from CVS: * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist): A track/volume number or count of 0 does not make sense, just ignore it along with negative numbers (a tag might only contain a track count without a track number). --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed1b87ae..b243b19b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-28 Tim-Philipp Müller + + * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist): + A track/volume number or count of 0 does not make sense, + just ignore it along with negative numbers (a tag might + only contain a track count without a track number). + 2006-05-27 Edward Hervey * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), -- cgit