plugins: add iHD driver in whitelist

This commit is contained in:
Víctor Manuel Jáquez Leal 2019-12-29 17:57:52 +01:00
parent 9bfc8240b4
commit 11a8175fff

View file

@ -954,6 +954,7 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
guint i;
static const gchar *whitelist[] = {
"Intel i965 driver",
"Intel iHD driver",
NULL
};