From: Tim-Philipp Müller Date: Tue, 21 Mar 2006 15:04:20 +0000 (+0000) Subject: tools/: Add FILES section and correct entry about GST_REGISTRY_PATH environment varia... X-Git-Tag: RELEASE-0_10_5~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=899f2f8244dbc5227cf8c5b5478bfa8f04e3b747;p=platform%2Fupstream%2Fgstreamer.git 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). --- diff --git a/ChangeLog b/ChangeLog index 7fdbffa680..e2ab0ed0b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-21 Tim-Philipp Müller + + * 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 * tools/Makefile.am: diff --git a/tools/Makefile.am b/tools/Makefile.am index 32586b38f6..69757efa69 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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 \ $< >$@ diff --git a/tools/gst-launch.1.in b/tools/gst-launch.1.in index 2999a653f3..f58ab16f0e 100644 --- a/tools/gst-launch.1.in +++ b/tools/gst-launch.1.in @@ -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),