mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
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).
This commit is contained in:
parent
779842dbb3
commit
899f2f8244
3 changed files with 16 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 \
|
||||
$< >$@
|
||||
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue