riff: when reading tags from INFO chunk, accept lower-case IDs as well

This commit is contained in:
Tim-Philipp Müller 2012-03-09 20:53:27 +00:00
parent 30fe3b7bad
commit 5cb1cd2d54

View file

@ -632,6 +632,9 @@ gst_riff_parse_info (GstElement * element,
tsize = size;
}
/* make uppercase */
tag = tag & 0xDFDFDFDF;
/* find out the type of metadata */
switch (tag) {
case GST_RIFF_INFO_IARL: