mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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;
|
||||
static const gchar *whitelist[] = {
|
||||
"Intel i965 driver",
|
||||
"Intel iHD driver",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue