diff --git a/gst/audioparsers/gstflacparse.c b/gst/audioparsers/gstflacparse.c index c89810233e..34e1e5e664 100644 --- a/gst/audioparsers/gstflacparse.c +++ b/gst/audioparsers/gstflacparse.c @@ -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; }