tag: id3v2: Fix parsing of numeric genre strings some more, by ensuring that we only...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 10 May 2006 13:51:01 +0000 (13:51 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 14 Aug 2011 23:10:28 +0000 (00:10 +0100)
commit9f4827af39d691042af321c181071dab935c0dbc
tree5f1f9c646632899a51e9a45e568b3a8b5b838497
parent1b885bafbad13ad13ca234a66c057188eaab5322
tag: id3v2: Fix parsing of numeric genre strings some more, by ensuring that we only try and parse st...

Original commit message from CVS:
* gst-libs/gst/tag/id3v2frames.c: (id3v2_genre_fields_to_taglist):
Fix parsing of numeric genre strings some more, by ensuring that
we only try and parse strings that a) Start with '(' and b) Consist
only of digits.
Also, when finding an escaping '((' sequence, bust it back to '(' by
swallowing the first parenthesis
gst-libs/gst/tag/id3v2frames.c