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.
This commit is contained in:
Víctor Manuel Jáquez Leal 2019-08-12 18:41:52 +02:00
parent 9e0c133a24
commit e48b0a90f1

View file

@ -709,7 +709,7 @@ bail:
/* ERRORS */ /* ERRORS */
error_no_derive_image: 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; return FALSE;
} }
error_cannot_map: error_cannot_map: