pluginutil: Remove Mesa from drivers white list

The Mesa Gallium driver is poorly tested currently, leading to bad user
experience for AMD users. The driver can be added back to the white list at
runtime using the GST_VAAPI_ALL_DRIVERS environment variable.
This commit is contained in:
Philippe Normand 2019-04-15 16:51:26 +01:00 committed by Víctor Manuel Jáquez Leal
parent 2f0f5e1ef9
commit a90daabb84

View file

@ -954,7 +954,6 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
guint i;
static const gchar *whitelist[] = {
"Intel i965 driver",
"mesa gallium",
NULL
};