mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
plugins: add iHD driver in whitelist
This commit is contained in:
parent
9bfc8240b4
commit
11a8175fff
1 changed files with 1 additions and 0 deletions
|
@ -954,6 +954,7 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
|
||||||
guint i;
|
guint i;
|
||||||
static const gchar *whitelist[] = {
|
static const gchar *whitelist[] = {
|
||||||
"Intel i965 driver",
|
"Intel i965 driver",
|
||||||
|
"Intel iHD driver",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue