From: Tim-Philipp Müller Date: Sun, 17 Oct 2021 12:12:11 +0000 (+0100) Subject: theoradec: don't emit g_warning() on malformed input stream X-Git-Tag: 1.19.3~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a2d6f7efedee96bfea23e5968d99649d0da61d8;p=platform%2Fupstream%2Fgstreamer.git theoradec: don't emit g_warning() on malformed input stream Part-of: --- diff --git a/subprojects/gst-plugins-base/ext/theora/gsttheoradec.c b/subprojects/gst-plugins-base/ext/theora/gsttheoradec.c index 0d61a01..33a28d7 100644 --- a/subprojects/gst-plugins-base/ext/theora/gsttheoradec.c +++ b/subprojects/gst-plugins-base/ext/theora/gsttheoradec.c @@ -574,7 +574,7 @@ theora_handle_header_packet (GstTheoraDec * dec, ogg_packet * packet) break; default: /* ignore */ - g_warning ("unknown theora header packet found"); + GST_WARNING_OBJECT (dec, "unknown theora header packet found"); case 0x80: /* nothing special, this is the identification header */ res = GST_FLOW_OK;