diff --git a/tools/gst-compprep.1 b/tools/gst-compprep.1 index e4cd75f920..67f743a5da 100644 --- a/tools/gst-compprep.1 +++ b/tools/gst-compprep.1 @@ -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), diff --git a/tools/gst-launch.1 b/tools/gst-launch.1 index 24bae70605..cf90c70b43 100644 --- a/tools/gst-launch.1 +++ b/tools/gst-launch.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 diff --git a/tools/gst-xmllaunch.1 b/tools/gst-xmllaunch.1 index c4495c0674..c6a3ba36b7 100644 --- a/tools/gst-xmllaunch.1 +++ b/tools/gst-xmllaunch.1 @@ -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),