summaryrefslogtreecommitdiff
path: root/docs/index.md
blob: b95c2a7d700620ab0af1ac8fa783ac22fae7d346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
short-description: GStreamer plugins from gstreamer-vaapi
...

# VAAPI Plugin

## Environment variables

GStreamer-VAAPI inspects a few of environment variables to define it
usage.

**GST_VAAPI_ALL_DRIVERS.**

This environment variable can be set, independently of its value, to
disable the drivers white list. By default only intel and mesa va
drivers are loaded if they are available. The rest are ignored. With
this environment variable defined, all the available va drivers are
loaded, even if they are deprecated.

**LIBVA_DRIVER_NAME.**

This environment variable can be set with the drivers name to load. For
example, intel's driver is `i915`, meanwhile mesa is `gallium`.

**LIBVA_DRIVERS_PATH.**

This environment variable can be set to a colon-separated list of paths
(or a semicolon-separated list on Windows). libva will scan these paths
for va drivers.