mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +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/1829>
This commit is contained in:
parent
252f9e39d6
commit
33ed5f2abe
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.
|
||||
|
||||
**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.**
|
||||
|
||||
Set this variable to a colon-separated list of paths. GstValidate will
|
||||
|
|
Loading…
Reference in a new issue