riff: when reading tags from INFO chunk, accept lower-case IDs as well
This commit is contained in:
parent
30fe3b7bad
commit
5cb1cd2d54
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user