summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapipluginutil.c
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2019-04-15 16:51:26 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2019-09-06 16:10:54 +0000
commita90daabb84f983d2fa05ff3159f7ad59aa648b55 (patch)
tree80d6ceb5948973d70c33eaab237e4ed4b3e2ae6e /gst/vaapi/gstvaapipluginutil.c
parent2f0f5e1ef9e8d1fcf0723f752664591b7263866b (diff)
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.
Diffstat (limited to 'gst/vaapi/gstvaapipluginutil.c')
-rw-r--r--gst/vaapi/gstvaapipluginutil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c
index 4ef38953..8cea2432 100644
--- a/gst/vaapi/gstvaapipluginutil.c
+++ b/gst/vaapi/gstvaapipluginutil.c
@@ -954,7 +954,6 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
guint i;
static const gchar *whitelist[] = {
"Intel i965 driver",
- "mesa gallium",
NULL
};