plugin: don't error if cannot create display
This might generated errors on automatic tools such as CI. Let's rather just raise a warning and let continue.
This commit is contained in:
parent
5eb8716598
commit
d6bcbe47e9
@ -227,7 +227,7 @@ plugin_init (GstPlugin * plugin)
|
||||
/* ERRORS: */
|
||||
error_no_display:
|
||||
{
|
||||
GST_ERROR ("Cannot create a VA display");
|
||||
GST_WARNING ("Cannot create a VA display");
|
||||
/* Avoid blacklisting: failure to create a display could be a
|
||||
* transient condition */
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user