mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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:
parent
682d75a392
commit
5dd3c7d9a2
3 changed files with 14 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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 \
|
||||
$< >$@
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue