matroskademux: Lower verbosity of some often happenning warnings

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6011>
This commit is contained in:
Thibault Saunier 2024-01-29 16:10:21 -03:00 committed by GStreamer Marge Bot
parent 77e7efe407
commit e1a8ce16b4

View file

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