mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Add documentation for GST_VALIDATE_PLUGIN_PATH
Add documentation for the environment variable, explaining what it is
used for and the default search locations.
Fixes: 83d6978f80
Implement fault_injection as a Gs(tValidate)Plugin
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1743>
This commit is contained in:
parent
cfea428081
commit
0a65c87e8c
1 changed files with 10 additions and 0 deletions
|
@ -35,6 +35,16 @@ outputed into the standard error.
|
||||||
|
|
||||||
You can use the special names `stdout` and `stderr` to use those output.
|
You can use the special names `stdout` and `stderr` to use those output.
|
||||||
|
|
||||||
|
**GST_VALIDATE_PLUGIN_PATH.**
|
||||||
|
|
||||||
|
Set this variable to a colon-separated list of paths. GstValidate will
|
||||||
|
scan these paths for GstPlugin files and add them to the GstRegistry.
|
||||||
|
By default GstValidate will look for plugins in the user data directory
|
||||||
|
specified in the [XDG standard]:
|
||||||
|
`.local/share/gstreamer-GST_API_VERSION/plugins` and the
|
||||||
|
system wide user data directory:
|
||||||
|
`/usr/lib/gstreamer-GST_API_VERSION/validate`
|
||||||
|
|
||||||
**GST_VALIDATE_SCENARIOS_PATH.**
|
**GST_VALIDATE_SCENARIOS_PATH.**
|
||||||
|
|
||||||
Set this variable to a colon-separated list of paths. GstValidate will
|
Set this variable to a colon-separated list of paths. GstValidate will
|
||||||
|
|
Loading…
Reference in a new issue