From eedfb5e6d7755e24ca12c008c923e726a633d3e9 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 29 Mar 2024 15:37:55 +0100 Subject: [PATCH] videoparsers: Demote CC warning message Another warning message which isn't fatal and therefore should just be a DEBUG line. Part-of: --- .../gst-plugins-bad/gst/videoparsers/gstvideoparseutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst/videoparsers/gstvideoparseutils.c b/subprojects/gst-plugins-bad/gst/videoparsers/gstvideoparseutils.c index c7c1a60723..137da924c7 100644 --- a/subprojects/gst-plugins-bad/gst/videoparsers/gstvideoparseutils.c +++ b/subprojects/gst-plugins-bad/gst/videoparsers/gstvideoparseutils.c @@ -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 */