From 7a186975cc209f1f4d75e902144563e76ce3a14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 15 Jan 2020 23:07:29 +0100 Subject: [PATCH] plugins: renable Mesa Gallium driver --- gst/vaapi/gstvaapipluginutil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c index 87ab575747..e344649e6e 100644 --- a/gst/vaapi/gstvaapipluginutil.c +++ b/gst/vaapi/gstvaapipluginutil.c @@ -955,6 +955,7 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display) static const gchar *whitelist[] = { "Intel i965 driver", "Intel iHD driver", + "Mesa Gallium driver", NULL };