Fix some inconsistencies and missing flags
authorDavid Schleef <ds@schleef.org>
Fri, 25 Oct 2002 06:40:21 +0000 (06:40 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 25 Oct 2002 06:40:21 +0000 (06:40 +0000)
Original commit message from CVS:
Fix some inconsistencies and missing flags

tools/gst-compprep.1
tools/gst-launch.1
tools/gst-xmllaunch.1

index e4cd75f..67f743a 100644 (file)
@@ -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),
index 24bae70..cf90c70 100644 (file)
@@ -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
index c4495c0..c6a3ba3 100644 (file)
@@ -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),