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:
Reynaldo H. Verdejo Pinochet 2016-01-10 22:54:12 -08:00
parent 4ac0a49308
commit 0bb8000874

View file

@ -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;
}