vaapivideomemory: demote error message to info
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 12 Aug 2019 16:41:52 +0000 (18:41 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 15 Aug 2019 10:58:44 +0000 (12:58 +0200)
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

index 16bf143..5da1b18 100644 (file)
@@ -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: