matroskademux: Lower verbosity of some often happenning warnings
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6011>
This commit is contained in:
parent
77e7efe407
commit
e1a8ce16b4
@ -759,7 +759,7 @@ gst_matroska_read_common_parse_skip (GstMatroskaReadCommon * common,
|
||||
} else if (id == GST_EBML_ID_CRC32) {
|
||||
GST_DEBUG_OBJECT (common->sinkpad, "Skipping EBML CRC32 element");
|
||||
} else {
|
||||
GST_WARNING_OBJECT (common->sinkpad,
|
||||
GST_FIXME_OBJECT (common->sinkpad,
|
||||
"Unknown %s subelement 0x%x - ignoring", parent_name, id);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user