+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>
* tools/Makefile.am:
-e s,gst-typefind,gst-typefind-@GST_MAJORMINOR@,g \
-e s,gst-xmlinspect,gst-xmlinspect-@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 \
$< >$@
When this environment variable is set, coloured debug output is disabled.
.TP
\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
\fBGST_PLUGIN_PATH\fR
Specifies a list of directories to scan for additional plugins.
as mentioned above and run the program in gdb (or let it core dump). Then get
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"
.BR gst\-feedback (1),
.BR gst\-inspect (1),