tools/: Add FILES section and correct entry about GST_REGISTRY_PATH environment varia...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 21 Mar 2006 15:04:20 +0000 (15:04 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 21 Mar 2006 15:04:20 +0000 (15:04 +0000)
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).

ChangeLog
tools/Makefile.am
tools/gst-launch.1.in

index 7fdbffa680ae844ea23bd9526f188b7ca9e41581..e2ab0ed0b0bc091a5247b26238e5130b3844bfd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * tools/Makefile.am:
index 32586b38f689b160052b9fed452ca38e34876545..69757efa693cac130c6c7a7ba839bc5dae2a7717 100644 (file)
@@ -130,5 +130,7 @@ EXTRA_DIST = \
                -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 \
                $< >$@
 
index 2999a653f3e35cd2e74390c2119e8e9a8752e196..f58ab16f0e1c33ac3821e6ac5b58c5b215fb292d 100644 (file)
@@ -390,7 +390,7 @@ GST_DEBUG=totem:4,typefind:5
 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.
@@ -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
 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),