mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ gst_matroska_read_common_parse_skip (GstMatroskaReadCommon * common,
|
||||||
} else if (id == GST_EBML_ID_CRC32) {
|
} else if (id == GST_EBML_ID_CRC32) {
|
||||||
GST_DEBUG_OBJECT (common->sinkpad, "Skipping EBML CRC32 element");
|
GST_DEBUG_OBJECT (common->sinkpad, "Skipping EBML CRC32 element");
|
||||||
} else {
|
} else {
|
||||||
GST_WARNING_OBJECT (common->sinkpad,
|
GST_FIXME_OBJECT (common->sinkpad,
|
||||||
"Unknown %s subelement 0x%x - ignoring", parent_name, id);
|
"Unknown %s subelement 0x%x - ignoring", parent_name, id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue