From: Tim-Philipp Müller Date: Mon, 18 Aug 2008 11:28:00 +0000 (+0000) Subject: tools/gst-launch.1.in: Document GST_REGISTRY_UPDATE environment variable. X-Git-Tag: RELEASE-0_10_21~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfd08292ecb5060e9e6efa4cac4c63edeb9c5995;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index b8fa4d0..d6322f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-18 Tim-Philipp Müller + + * tools/gst-launch.1.in: + Document GST_REGISTRY_UPDATE environment variable. + 2008-08-18 Wim Taymans * libs/gst/base/gstbasetransform.c: diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in index 0b35d2e..4a744c8 100644 --- a/tools/gst-launch.1.in +++ b/tools/gst-launch.1.in @@ -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.