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:
Mathieu Duponchelle 2018-06-25 14:20:32 +02:00
parent 4f32a72675
commit b4d6a3b113

View file

@ -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;