tools/: Add FILES section and correct entry about GST_REGISTRY_PATH environment variable (#133495; #133494).

Original commit message from CVS:
* tools/Makefile.am:
* tools/gst-launch.1.in:
Add FILES section and correct entry about GST_REGISTRY_PATH
environment variable (#133495; #133494).
This commit is contained in:
Tim-Philipp Müller 2006-03-21 15:04:20 +00:00
parent 779842dbb3
commit 899f2f8244
3 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
* tools/Makefile.am:
* tools/gst-launch.1.in:
Add FILES section and correct entry about GST_REGISTRY_PATH
environment variable (#133495; #133494).
2006-03-21 Tim-Philipp Müller <tim at centricular dot net> 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
* tools/Makefile.am: * tools/Makefile.am:

View file

@ -130,5 +130,7 @@ EXTRA_DIST = \
-e s,gst-typefind,gst-typefind-@GST_MAJORMINOR@,g \ -e s,gst-typefind,gst-typefind-@GST_MAJORMINOR@,g \
-e s,gst-xmlinspect,gst-xmlinspect-@GST_MAJORMINOR@,g \ -e s,gst-xmlinspect,gst-xmlinspect-@GST_MAJORMINOR@,g \
-e s,gst-xmllaunch,gst-xmllaunch-@GST_MAJORMINOR@,g \ -e s,gst-xmllaunch,gst-xmllaunch-@GST_MAJORMINOR@,g \
-e s,GST_MAJORMINOR,@GST_MAJORMINOR@,g \
-e s,HOST_CPU,@HOST_CPU@,g \
$< >$@ $< >$@

View file

@ -390,7 +390,7 @@ GST_DEBUG=totem:4,typefind:5
When this environment variable is set, coloured debug output is disabled. When this environment variable is set, coloured debug output is disabled.
.TP .TP
\fBGST_REGISTRY\fR \fBGST_REGISTRY\fR
Path of the registry file. Default is ~/.gstreamer-0.9/registry.xml. Path of the registry file. Default is ~/.gstreamer-GST_MAJORMINOR/registry-HOST_CPU.xml.
.TP .TP
\fBGST_PLUGIN_PATH\fR \fBGST_PLUGIN_PATH\fR
Specifies a list of directories to scan for additional plugins. Specifies a list of directories to scan for additional plugins.
@ -414,6 +414,12 @@ that warning to be triggered and under what circumstances. Simply set G_DEBUG
as mentioned above and run the program in gdb (or let it core dump). Then get as mentioned above and run the program in gdb (or let it core dump). Then get
a stack trace in the usual way. a stack trace in the usual way.
. .
.SH FILES
.TP 8
~/.gstreamer-GST_MAJORMINOR/registry-*.xml
The xml plugin database; can be deleted at any time, will be re-created
automatically when it does not exist yet or plugins change.
.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR gst\-feedback (1), .BR gst\-feedback (1),
.BR gst\-inspect (1), .BR gst\-inspect (1),