From e48b0a90f10ed76f63a9f829e9d54ca97200b2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 12 Aug 2019 18:41:52 +0200 Subject: [PATCH] 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. --- gst/vaapi/gstvaapivideomemory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/vaapi/gstvaapivideomemory.c b/gst/vaapi/gstvaapivideomemory.c index 16bf143342..5da1b18e8c 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: