summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-02 17:09:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-02 17:09:30 +0000
commit5dd3c7d9a2835724fe606a4fcb90152171432645 (patch)
treec837396ae5761214c8f745ecb33578aaf53a1f60 /tools
parent682d75a392580f854ba8df0f83d1b559714b357f (diff)
tools/: Don't create a customised man page based on the host architecture, describe the default registry path generic...
Original commit message from CVS: * tools/Makefile.am: * tools/gst-launch.1.in: Don't create a customised man page based on the host architecture, describe the default registry path generically. That way the man page is the same for all architectures and packagers have one multilib issue less to deal with. Fixes #434926.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am1
-rw-r--r--tools/gst-launch.1.in7
2 files changed, 5 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index e8544dc662..e383cb9711 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -134,6 +134,5 @@ EXTRA_DIST = \
-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 bf903fa415..c9c1c9babf 100644
--- a/tools/gst-launch.1.in
+++ b/tools/gst-launch.1.in
@@ -1,4 +1,4 @@
-.TH "GStreamer" "1" "December 2005"
+.TH "GStreamer" "1" "May 2007"
.SH "NAME"
gst\-launch \- build and run a GStreamer pipeline
.SH "SYNOPSIS"
@@ -390,7 +390,10 @@ 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-GST_MAJORMINOR/registry-HOST_CPU.xml.
+Path of the plugin registry file. Default is
+~/.gstreamer-GST_MAJORMINOR/registry-CPU.xml where CPU is the machine/cpu type
+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_PLUGIN_PATH\fR
Specifies a list of directories to scan for additional plugins.