summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2019-12-29 17:57:52 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-01-08 12:07:57 +0000
commit11a8175fffb58e974819ce1de230228821adada5 (patch)
tree15f885c64dbd007c0557253e1b949fa056ba6dd5 /gst
parent9bfc8240b48dd5f40847fd347e69898625d52b19 (diff)
plugins: add iHD driver in whitelist
Diffstat (limited to 'gst')
-rw-r--r--gst/vaapi/gstvaapipluginutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c
index 8cea2432..dd7cb815 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
};