mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
tools/gst-compprep.1.in: Fix file location.
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * tools/gst-compprep.1.in: Fix file location. * tools/gst-register.1.in: Document two new options (#133494).
This commit is contained in:
parent
1276d61329
commit
bcb6f293ea
3 changed files with 29 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2005-03-11 Stefan Kost <ensonic@sonicpulse.de>
|
||||||
|
|
||||||
|
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* tools/gst-compprep.1.in:
|
||||||
|
Fix file location.
|
||||||
|
* tools/gst-register.1.in:
|
||||||
|
Document two new options (#133494).
|
||||||
|
|
||||||
2005-03-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
|
2005-03-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
|
||||||
|
|
||||||
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
|
@ -10,17 +10,21 @@ features that is used by \fIgst\-complete\fR to perform context-sensitive
|
||||||
tab completion of \fIgst\-launch\fR command lines.
|
tab completion of \fIgst\-launch\fR command lines.
|
||||||
.LP
|
.LP
|
||||||
By default, the registry is stored in /etc/gstreamer/compreg.xml
|
By default, the registry is stored in /etc/gstreamer/compreg.xml
|
||||||
|
|
||||||
.SH "USAGE"
|
.SH "USAGE"
|
||||||
Whenever the available gstreamer plugins are modified, the registry should
|
Whenever the available gstreamer plugins are modified, the registry should
|
||||||
be regenerated by running \fIgst\-compprep\fP as root.
|
be regenerated by running \fIgst\-compprep\fP as root.
|
||||||
|
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
.TP 8
|
.TP 8
|
||||||
/etc/gstreamer/compreg.xml
|
@prefix@/var/cache/gstreamer/compreg.xml
|
||||||
Registry generated by \fIgst\-compprep\fP and used by \fIgst\-complete\fP.
|
Registry generated by \fIgst\-compprep\fP and used by \fIgst\-complete\fP.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR gst\-complete (1),
|
.BR gst\-complete (1),
|
||||||
.BR gst\-launch (1),
|
.BR gst\-launch (1),
|
||||||
.BR gst\-register (1),
|
.BR gst\-register (1),
|
||||||
.BR gst\-inspect (1),
|
.BR gst\-inspect (1),
|
||||||
|
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
The GStreamer team at http://gstreamer.net/
|
The GStreamer team at http://gstreamer.net/
|
||||||
|
|
|
@ -16,6 +16,8 @@ need to load plugins until they need them.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-help
|
.B \-\-help
|
||||||
Print help synopsis and available FLAGS
|
Print help synopsis and available FLAGS
|
||||||
|
|
||||||
|
.SH "GSTREAMER OPTIONS"
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-gst\-info\-mask=FLAGS
|
.B \-\-gst\-info\-mask=FLAGS
|
||||||
\fIGStreamer\fP info flags to set (list with \-\-help)
|
\fIGStreamer\fP info flags to set (list with \-\-help)
|
||||||
|
@ -32,9 +34,22 @@ Enable printout of errors while loading \fIGStreamer\fP plugins
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-gst\-plugin\-path=PATH
|
.B \-\-gst\-plugin\-path=PATH
|
||||||
Add directories separated with ':' to the plugin search path
|
Add directories separated with ':' to the plugin search path
|
||||||
|
.TP 8
|
||||||
|
.B \-\-gst\-scheduler=SCHEDULER
|
||||||
|
Use SCHEDULER as the default scheduler
|
||||||
|
.TP 8
|
||||||
|
.B \-\-gst\-registry=REGISTRY
|
||||||
|
Use the file REGISTRY as registry instead of the default
|
||||||
|
|
||||||
|
.SH FILES
|
||||||
|
.TP 8
|
||||||
|
@prefix@/var/cache/gstreamer/registry.xml
|
||||||
|
the xml plugin database
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR gst\-inspect (1),
|
.BR gst\-inspect (1),
|
||||||
.BR gst\-launch (1),
|
.BR gst\-launch (1),
|
||||||
.BR gst\-compprep (1)
|
.BR gst\-compprep (1)
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
The GStreamer team at http://gstreamer.net/
|
The GStreamer team at http://gstreamer.net/
|
||||||
|
|
Loading…
Reference in a new issue