mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Fix some inconsistencies and missing flags
Original commit message from CVS: Fix some inconsistencies and missing flags
This commit is contained in:
parent
9c5a2cdea7
commit
ae36592abe
3 changed files with 19 additions and 2 deletions
|
@ -16,7 +16,7 @@ Whenever the available gstreamer plugins are modified, generate the registry of
|
|||
\fIgst\-compprep\fP.
|
||||
.SH "FILES"
|
||||
.TP 8
|
||||
/etc/gst/compreg.xml
|
||||
/etc/gstreamer/compreg.xml
|
||||
Registry generated by \fIgst\-compprep\fP and used by \fIgst\-complete\fP.
|
||||
.SH "SEE ALSO"
|
||||
.BR gst\-complete (1),
|
||||
|
|
|
@ -99,6 +99,15 @@ create a PIPELINE\-DESCRIPTION.
|
|||
.B \-\-help
|
||||
Print help synopsis and available FLAGS
|
||||
.TP 8
|
||||
.B \-\-silent
|
||||
Do not output status information
|
||||
.TP 8
|
||||
.B \-\-exclude=TYPE, \-XTYPE
|
||||
Do not output status information of TYPE
|
||||
.TP 8
|
||||
.B \-\-output=FILE, \-oFILE
|
||||
Save XML representation of pipeline to FILE and exit
|
||||
.TP 8
|
||||
.B \-\-gst\-info\-mask=FLAGS
|
||||
\fIGStreamer\fP info flags to set (list with \-\-help)
|
||||
.TP 8
|
||||
|
|
|
@ -31,6 +31,15 @@ sure what all is supported, it seems http works just fine though.
|
|||
.B \-\-help
|
||||
Print help synopsis and available FLAGS
|
||||
.TP 8
|
||||
.B \-\-silent
|
||||
Do not output status information
|
||||
.TP 8
|
||||
.B \-\-exclude=TYPE, \-XTYPE
|
||||
Do not output status information of TYPE
|
||||
.TP 8
|
||||
.B \-\-output=FILE, \-oFILE
|
||||
Save XML representation of pipeline to FILE and exit
|
||||
.TP 8
|
||||
.B \-\-gst\-info\-mask=FLAGS
|
||||
\fIGStreamer\fP info flags to set (list with \-\-help)
|
||||
.TP 8
|
||||
|
@ -47,7 +56,6 @@ Enable printout of errors while loading \fIGStreamer\fP plugins
|
|||
.B \-\-gst\-plugin\-path=PATH
|
||||
Add directories separated with ':' to the plugin search path
|
||||
.SH "SEE ALSO"
|
||||
.BR gst\-guilaunch (1),
|
||||
.BR gst\-launch (1),
|
||||
.BR gst\-register (1),
|
||||
.BR gst\-inspect (1),
|
||||
|
|
Loading…
Reference in a new issue