From: Víctor Manuel Jáquez Leal Date: Mon, 12 Aug 2019 16:41:52 +0000 (+0200) Subject: vaapivideomemory: demote error message to info X-Git-Tag: 1.19.3~503^2~487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e48b0a90f10ed76f63a9f829e9d54ca97200b2a5;p=platform%2Fupstream%2Fgstreamer.git vaapivideomemory: demote error message to info The main reason to demote the message's level is because it is not an error, it's a possible output of the trial and there's a code path that handles it. Secondly, it's very annoying when using gallium driver for radeon. --- diff --git a/gst/vaapi/gstvaapivideomemory.c b/gst/vaapi/gstvaapivideomemory.c index 16bf143..5da1b18 100644 --- a/gst/vaapi/gstvaapivideomemory.c +++ b/gst/vaapi/gstvaapivideomemory.c @@ -709,7 +709,7 @@ bail: /* ERRORS */ error_no_derive_image: { - GST_ERROR ("Cannot create a VA derived image from surface %p", surface); + GST_INFO ("Cannot create a VA derived image from surface %p", surface); return FALSE; } error_cannot_map: