mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
9e0c133a24
commit
e48b0a90f1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue