summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-02-12 19:00:36 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-02-13 16:57:57 +0100
commit19fe5c4d07e48dce1a64085f96653cad4498db2e (patch)
treea99f72e75a58855572afa91f91718d3ba02aeb24
parent7e28f455507fd2c418393142f46a6ab83a98c6ff (diff)
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
-rw-r--r--gst/vaapi/gstvaapipluginutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c
index 9e7330590e..0ff46bc01b 100644
--- a/gst/vaapi/gstvaapipluginutil.c
+++ b/gst/vaapi/gstvaapipluginutil.c
@@ -836,7 +836,7 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
guint i;
static const gchar *whitelist[] = {
"Intel i965 driver",
- "mesa gallium vaapi",
+ "mesa gallium",
NULL
};