mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue