mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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/6550>
This commit is contained in:
parent
f59c43c50f
commit
eedfb5e6d7
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