mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-15 04:38:56 +00:00
pluginutil: Remove Mesa from drivers white list
The Mesa Gallium driver is poorly tested currently, leading to bad user experience for AMD users. The driver can be added back to the white list at runtime using the GST_VAAPI_ALL_DRIVERS environment variable.
This commit is contained in:
parent
2f0f5e1ef9
commit
a90daabb84
1 changed files with 0 additions and 1 deletions
|
@ -954,7 +954,6 @@ gst_vaapi_driver_is_whitelisted (GstVaapiDisplay * display)
|
|||
guint i;
|
||||
static const gchar *whitelist[] = {
|
||||
"Intel i965 driver",
|
||||
"mesa gallium",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue