mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
plugins: renable Mesa Gallium driver
This commit is contained in:
parent
0815899121
commit
7a186975cc
1 changed files with 1 additions and 0 deletions
|
@ -955,6 +955,7 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
|
||||||
static const gchar *whitelist[] = {
|
static const gchar *whitelist[] = {
|
||||||
"Intel i965 driver",
|
"Intel i965 driver",
|
||||||
"Intel iHD driver",
|
"Intel iHD driver",
|
||||||
|
"Mesa Gallium driver",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue