2001-06-03 19:49:51 +00:00
|
|
|
.TH GStreamer 1 "June 2001"
|
|
|
|
.SH NAME
|
2002-01-06 17:36:49 +00:00
|
|
|
gst\-complete - do bash completion for gst\-launch command\-lines
|
2001-06-03 19:49:51 +00:00
|
|
|
.SH SYNOPSIS
|
2002-01-06 17:36:49 +00:00
|
|
|
.B complete -C gst\-complete gst\-launch
|
2001-06-03 19:49:51 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2002-01-06 17:36:49 +00:00
|
|
|
\fIgst\-complete\fP is a utility enabling bash to provide
|
|
|
|
context sensitive tab completion for \fIgst\-launch\fP command\-lines.
|
2001-06-03 19:49:51 +00:00
|
|
|
.
|
2003-02-01 22:38:08 +00:00
|
|
|
See the man page for \fIgst\-launch\fP for the syntax of \fIgst\-launch\fP
|
|
|
|
command\-lines.
|
2001-06-03 19:49:51 +00:00
|
|
|
.
|
2003-02-01 22:38:08 +00:00
|
|
|
You must have a version of bash which supports programmable completion.
|
2001-06-03 19:49:51 +00:00
|
|
|
Versions of bash which support this provide the \fIcomplete\fP builtin
|
|
|
|
command.
|
|
|
|
.
|
|
|
|
.SH USAGE
|
|
|
|
Generate the registry of available plugins by running
|
2002-01-06 17:36:49 +00:00
|
|
|
\fIgst\-compprep\fP.
|
2001-06-03 19:49:51 +00:00
|
|
|
.
|
|
|
|
In your .bash_profile or other appropriate place, run
|
|
|
|
.TP 8
|
2002-01-06 17:36:49 +00:00
|
|
|
.B complete -C gst\-complete gst\-launch
|
2001-06-03 19:49:51 +00:00
|
|
|
.SH SEE ALSO
|
2002-01-15 16:48:38 +00:00
|
|
|
.BR gst\-compprep (1),
|
|
|
|
.BR gst\-launch (1),
|
2002-01-06 17:36:49 +00:00
|
|
|
.BR gst\-register (1),
|
|
|
|
.BR gst\-inspect (1),
|
2001-06-03 19:49:51 +00:00
|
|
|
.SH AUTHOR
|
|
|
|
The GStreamer team at http://gstreamer.net/
|