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.
This commit is contained in:
Tim-Philipp Müller 2007-05-02 17:09:30 +00:00
parent 682d75a392
commit 5dd3c7d9a2
3 changed files with 14 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2007-05-02 Tim-Philipp Müller <tim at centricular dot net>
* 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.
2007-05-02 Wim Taymans <wim@fluendo.com>
* gst/gstpad.c:

View file

@ -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 \
$< >$@

View file

@ -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.