plugins: renable Mesa Gallium driver

This commit is contained in:
Víctor Manuel Jáquez Leal 2020-01-15 23:07:29 +01:00
parent 0815899121
commit 7a186975cc

View file

@ -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
};