docs/running: Describe GST_REGISTRY_MODE

Change-Id: I45e9fe90137d4a8306c3a5e4f636fa43425b978f
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/825>
This commit is contained in:
Robert Rosengren 2021-09-24 15:24:15 +02:00 committed by GStreamer Marge Bot
parent 69b3b1d6bf
commit 62077b9d05

View File

@ -234,6 +234,13 @@ updating the plugin registry. This is useful for embedded device which
is not updating the plugins frequently, it will save time when doing is not updating the plugins frequently, it will save time when doing
`gst_init()`. `gst_init()`.
**`GST_REGISTRY_MODE`. (Since: 1.20)**
Set this environment variable to make Gstreamer change the file
permissions of the plugin cache / registry. If not set, default is to
limit read / write permissions to current user only. Set mode shall
be from one to four octal digits as used in chmod.
**`GST_TRACE`.** **`GST_TRACE`.**
Enable memory allocation tracing. Most GStreamer objects have support Enable memory allocation tracing. Most GStreamer objects have support