mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
riff: when reading tags from INFO chunk, accept lower-case IDs as well
This commit is contained in:
parent
30fe3b7bad
commit
5cb1cd2d54
1 changed files with 3 additions and 0 deletions
|
@ -632,6 +632,9 @@ gst_riff_parse_info (GstElement * element,
|
||||||
tsize = size;
|
tsize = size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* make uppercase */
|
||||||
|
tag = tag & 0xDFDFDFDF;
|
||||||
|
|
||||||
/* find out the type of metadata */
|
/* find out the type of metadata */
|
||||||
switch (tag) {
|
switch (tag) {
|
||||||
case GST_RIFF_INFO_IARL:
|
case GST_RIFF_INFO_IARL:
|
||||||
|
|
Loading…
Reference in a new issue