From: Philippe Normand Date: Mon, 15 Apr 2019 15:51:26 +0000 (+0100) Subject: pluginutil: Remove Mesa from drivers white list X-Git-Tag: 1.19.3~503^2~403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a90daabb84f983d2fa05ff3159f7ad59aa648b55;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c index 4ef3895..8cea243 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 };