pluginutil: Remove Mesa from drivers white list
authorPhilippe Normand <philn@igalia.com>
Mon, 15 Apr 2019 15:51:26 +0000 (16:51 +0100)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 6 Sep 2019 16:10:54 +0000 (16:10 +0000)
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.

gst/vaapi/gstvaapipluginutil.c

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