summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-05-19 14:05:53 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-05-19 14:05:53 +0000
commita4dbbd5d2afcc74454c92fa2dc3958eb951ba3a3 (patch)
treee4d1a1f203d7854d90b998f6355ae48ac1d4f04a /ChangeLog
parent46e6f57714d95a6462ab7bae2532499a09079beb (diff)
gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative track number - the tag type is uint, so...
Original commit message from CVS: * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist): Don't output any tag when we encounter a negative track number - the tag type is uint, so we end up outputting huge positive numbers instead. (Fixes: #342029)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7cc4cb4..ac5986d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
+ Don't output any tag when we encounter a negative track number - the
+ tag type is uint, so we end up outputting huge positive numbers
+ instead. (Fixes: #342029)
+
2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: