From 62077b9d050758df6bf484618c1e2ca8da9b01ee Mon Sep 17 00:00:00 2001 From: Robert Rosengren Date: Fri, 24 Sep 2021 15:24:15 +0200 Subject: [PATCH] docs/running: Describe GST_REGISTRY_MODE Change-Id: I45e9fe90137d4a8306c3a5e4f636fa43425b978f Part-of: --- subprojects/gstreamer/docs/gst/running.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subprojects/gstreamer/docs/gst/running.md b/subprojects/gstreamer/docs/gst/running.md index e6b1e3b..42a9266 100644 --- a/subprojects/gstreamer/docs/gst/running.md +++ b/subprojects/gstreamer/docs/gst/running.md @@ -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 `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`.** Enable memory allocation tracing. Most GStreamer objects have support -- 2.7.4