meson: Add explicit check: kwarg to all run_command() calls
[platform/upstream/gstreamer.git] / subprojects / gstreamer-vaapi / docs / index.md
1 ---
2 short-description: GStreamer plugins from gstreamer-vaapi
3 ...
4
5 # VAAPI Plugin
6
7 ## Environment variables
8
9 GStreamer-VAAPI inspects a few of environment variables to define it
10 usage.
11
12 **GST_VAAPI_ALL_DRIVERS.**
13
14 This environment variable can be set, independently of its value, to
15 disable the drivers white list. By default only intel and mesa va
16 drivers are loaded if they are available. The rest are ignored. With
17 this environment variable defined, all the available va drivers are
18 loaded, even if they are deprecated.
19
20 **LIBVA_DRIVER_NAME.**
21
22 This environment variable can be set with the drivers name to load. For
23 example, intel's driver is `i965`, meanwhile mesa is `gallium`.
24
25 **LIBVA_DRIVERS_PATH.**
26
27 This environment variable can be set to a colon-separated list of paths
28 (or a semicolon-separated list on Windows). libva will scan these paths
29 for va drivers.
30
31 **GST_VAAPI_DRM_DEVICE.**
32 This environment variable can be set to a specified DRM device when DRM
33 display is used, it is ignored when other types of displays are used.
34 By default /dev/dri/renderD128 is used for DRM display.