flacparse: demote warning on wrong reserved value to fixme
We are likely just parsing a backward-compatible stream we don't fully support.
This commit is contained in:
parent
4ac0a49308
commit
0bb8000874
@ -1518,8 +1518,7 @@ gst_flac_parse_handle_block_type (GstFlacParse * flacparse, guint type,
|
||||
break;
|
||||
default: /* RESERVED */
|
||||
GST_INFO_OBJECT (flacparse, "Unhandled metadata header type '%u'", type);
|
||||
GST_WARNING_OBJECT (flacparse,
|
||||
"FLAC version might not be fully supported");
|
||||
GST_FIXME_OBJECT (flacparse, "FLAC version might not be fully supported");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user