diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c index 8cea2432bc..dd7cb81553 100644 --- a/gst/vaapi/gstvaapipluginutil.c +++ b/gst/vaapi/gstvaapipluginutil.c @@ -954,6 +954,7 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display) guint i; static const gchar *whitelist[] = { "Intel i965 driver", + "Intel iHD driver", NULL };