mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
plugins: update mesa's vendor string in whitelist
Mesa has updated its VA-API Gallium driver vendor string: https://cgit.freedesktop.org/mesa/mesa/commit/?id=5db29d62ce1fefa3f2ee6e4a4688576fde4bde4a This patch tries to cover both, the old and the new one. https://bugzilla.gnome.org/show_bug.cgi?id=793386
This commit is contained in:
parent
7e28f45550
commit
19fe5c4d07
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,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",
|
||||||
"mesa gallium vaapi",
|
"mesa gallium",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue