From bcb6f293ea49f8a6772948bb63e5f5ae639e5500 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 11 Mar 2005 20:14:34 +0000 Subject: [PATCH] tools/gst-compprep.1.in: Fix file location. Original commit message from CVS: Reviewed by: Ronald S. Bultje * tools/gst-compprep.1.in: Fix file location. * tools/gst-register.1.in: Document two new options (#133494). --- ChangeLog | 9 +++++++++ tools/gst-compprep.1.in | 6 +++++- tools/gst-register.1.in | 15 +++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e3b09c5b2e..ee5fd2fb4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-03-11 Stefan Kost + + Reviewed by: Ronald S. Bultje + + * tools/gst-compprep.1.in: + Fix file location. + * tools/gst-register.1.in: + Document two new options (#133494). + 2005-03-11 Torsten Schoenfeld Reviewed by: Ronald S. Bultje diff --git a/tools/gst-compprep.1.in b/tools/gst-compprep.1.in index bf6dc0d310..dd9ddf2224 100644 --- a/tools/gst-compprep.1.in +++ b/tools/gst-compprep.1.in @@ -10,17 +10,21 @@ features that is used by \fIgst\-complete\fR to perform context-sensitive tab completion of \fIgst\-launch\fR command lines. .LP By default, the registry is stored in /etc/gstreamer/compreg.xml + .SH "USAGE" Whenever the available gstreamer plugins are modified, the registry should be regenerated by running \fIgst\-compprep\fP as root. + .SH "FILES" .TP 8 -/etc/gstreamer/compreg.xml +@prefix@/var/cache/gstreamer/compreg.xml Registry generated by \fIgst\-compprep\fP and used by \fIgst\-complete\fP. + .SH "SEE ALSO" .BR gst\-complete (1), .BR gst\-launch (1), .BR gst\-register (1), .BR gst\-inspect (1), + .SH "AUTHOR" The GStreamer team at http://gstreamer.net/ diff --git a/tools/gst-register.1.in b/tools/gst-register.1.in index c29c2d71c5..bf23ffa725 100644 --- a/tools/gst-register.1.in +++ b/tools/gst-register.1.in @@ -16,6 +16,8 @@ need to load plugins until they need them. .TP 8 .B \-\-help Print help synopsis and available FLAGS + +.SH "GSTREAMER OPTIONS" .TP 8 .B \-\-gst\-info\-mask=FLAGS \fIGStreamer\fP info flags to set (list with \-\-help) @@ -32,9 +34,22 @@ Enable printout of errors while loading \fIGStreamer\fP plugins .TP 8 .B \-\-gst\-plugin\-path=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 .BR gst\-inspect (1), .BR gst\-launch (1), .BR gst\-compprep (1) + .SH AUTHOR The GStreamer team at http://gstreamer.net/