mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
pluginutil: downgrade unsupported driver logging
On systems with an Nvidia card, this error is output each time the registry is rebuilt, which happens pretty often when using gst-build as a development environment. https://bugzilla.gnome.org/show_bug.cgi?id=796663
This commit is contained in:
parent
4f32a72675
commit
b4d6a3b113
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
GST_ERROR ("Unsupported VA driver: %s. Export environment variable "
|
||||
GST_WARNING ("Unsupported VA driver: %s. Export environment variable "
|
||||
GST_VAAPI_ALL_DRIVERS_ENV " to bypass", vendor);
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue