diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-28 10:05:47 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-28 10:05:47 +0000 |
| commit | e4bb4b892f6cadfb7abdb3e02de5168a5e5e89cb (patch) | |
| tree | 03a6ad356c8d62643bbd00c2202c41703ea9d950 /ChangeLog | |
| parent | fe03f3968ab0c9bd2319f4749c3dd7e0f1954640 (diff) | |
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).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-05-28 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <edward@fluendo.com> * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), |
