tools/gst-launch.1.in: Document GST_REGISTRY_UPDATE environment variable.

Original commit message from CVS:
* tools/gst-launch.1.in:
Document GST_REGISTRY_UPDATE environment variable.
This commit is contained in:
Tim-Philipp Müller 2008-08-18 11:28:00 +00:00
parent 077d96dec3
commit bfd08292ec
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-08-18 Tim-Philipp Müller <tim.muller at collabora co uk>
* tools/gst-launch.1.in:
Document GST_REGISTRY_UPDATE environment variable.
2008-08-18 Wim Taymans <wim.taymans@collabora.co.uk>
* libs/gst/base/gstbasetransform.c:

View file

@ -398,6 +398,13 @@ Path of the plugin registry file. Default is
GStreamer was compiled for, e.g. 'i486', 'i686', 'x86-64', 'ppc', etc. (check
the output of "uname -i" and "uname -m" for details).
.TP
\fBGST_REGISTRY_UPDATE\fR
Set to "no" to force GStreamer to assume that no plugins have changed,
been added or been removed. This will make GStreamer skip the initial check
whether a rebuild of the registry cache is required or not. This may be useful
in embedded environments where the installed plugins never change. Do not
use this option in any other setup.
.TP
\fBGST_PLUGIN_PATH\fR
Specifies a list of directories to scan for additional plugins.
These take precedence over the system plugins.