mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
videoparsers: Demote CC warning message
Another warning message which isn't fatal and therefore should just be a DEBUG line. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6555>
This commit is contained in:
parent
7aa75e590a
commit
4ea7d5ae64
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ gst_video_parse_user_data (GstElement * elt, GstVideoParseUserData * user_data,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (temp != 0xff) {
|
if (temp != 0xff) {
|
||||||
GST_WARNING_OBJECT (elt, "em data does not equal 0xFF");
|
GST_DEBUG_OBJECT (elt, "em data does not equal 0xFF");
|
||||||
}
|
}
|
||||||
process_708_em_data = process_708_em_data && (temp == 0xff);
|
process_708_em_data = process_708_em_data && (temp == 0xff);
|
||||||
/* ignore process_708_em_data as there is content that doesn't follow spec for this field */
|
/* ignore process_708_em_data as there is content that doesn't follow spec for this field */
|
||||||
|
|
Loading…
Reference in a new issue