tag: id3v2: Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is the...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 12 Mar 2007 13:28:29 +0000 (13:28 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 14 Aug 2011 23:10:31 +0000 (00:10 +0100)
commit0277ee0b79036bde0ef83f69e54f2dbdc05b5a99
tree2b626eedf67a715dd4aa503a5a8f21b4fa5144af
parentc76c78670d9f23783fe68a90ff87f740fa906d87
tag: id3v2: Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is the image format a vari...

Original commit message from CVS:
* gst-libs/gst/tag/id3v2frames.c: (parse_picture_frame):
Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
the image format a variable-length NUL-terminated string; in
versions before that the image format is a fixed-length string of
3 characters (see #348644 for a sample tag).
Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
gst-libs/gst/tag/id3v2frames.c