diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-28 10:39:00 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-28 10:39:00 +0000 |
commit | c4b1e8e4aedc9971c1352a85ce2d1cc7da775c8d (patch) | |
tree | 49aa1867c1dad8d91009a84f6bc2277a7bbf0ca4 /ChangeLog | |
parent | e4bb4b892f6cadfb7abdb3e02de5168a5e5e89cb (diff) |
ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-count without track-number or albume-volume...
Original commit message from CVS:
* ext/taglib/gstid3v2mux.cc:
Handle writing of track-count or album-volume-count without
track-number or albume-volume-number (in this case the number
will just be set to 0).
* tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
It would be nice if we actually checked the values received for
track/album-volume number/count in _check_tags(), rather than
setting them again ...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-05-28 Tim-Philipp Müller <tim at centricular dot net> + * ext/taglib/gstid3v2mux.cc: + Handle writing of track-count or album-volume-count without + track-number or albume-volume-number (in this case the number + will just be set to 0). + + * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags): + It would be nice if we actually checked the values received for + track/album-volume number/count in _check_tags(), rather than + setting them again ... + +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 |