mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +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;
|
||||
}
|
||||
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);
|
||||
/* ignore process_708_em_data as there is content that doesn't follow spec for this field */
|
||||
|
|
Loading…
Reference in a new issue