summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTommi Myöhänen <ext-tommi.myohanen@nokia.com>2008-01-09 15:20:19 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-09 15:20:19 +0000
commit231127100ff8cc633863850dab628fd57ffb7edd (patch)
tree6a13c85e2d6d38b98a4564a311b922314a2624fe /ChangeLog
parent90dd96debcc14895ede8af93e058625712f3d71c (diff)
gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 COMM frames so we don't end up with non-UT...
Original commit message from CVS: Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com> * gst/id3demux/id3v2frames.c: (parse_comment_frame): Make sure the ISO 639-X language code in ID3v2 COMM frames is actually valid UTF-8 (or rather: ASCII), so we don't end up with non-UTF8 strings in tags if there's garbage in the language field. Also make sure the language code is always lower case. Fixes: #508291.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3c11b96..cbf50ced 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-01-09 Tim-Philipp Müller <tim at centricular dot net>
+
+ Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
+
+ * gst/id3demux/id3v2frames.c: (parse_comment_frame):
+ Make sure the ISO 639-X language code in ID3v2 COMM frames
+ is actually valid UTF-8 (or rather: ASCII), so we don't end
+ up with non-UTF8 strings in tags if there's garbage in the
+ language field. Also make sure the language code is always
+ lower case. Fixes: #508291.
+
2008-01-09 Stefan Kost <ensonic@users.sf.net>
* ChangeLog: