Blame tools/gst-device-monitor-1.0.1

Packit 971217
.TH "GStreamer" "1" "June 2014" "" ""
Packit 971217
.SH "NAME"
Packit 971217
gst\-device\-monitor\-1.0 \- Simple command line testing tool for GStreamer device monitors
Packit 971217
.SH "SYNOPSIS"
Packit 971217
\fBgst\-device\-monitor\-1.0\fR \fI[DEVICE_CLASSES[:FILTER_CAPS]] [DEVICE_CLASSES[:FILTER_CAPS]]\fR
Packit 971217
.SH "DESCRIPTION"
Packit 971217
.LP
Packit 971217
\fIgst\-device\-monitor\-1.0\fP is a command line tool that can be used to test
Packit 971217
GStreamer's device monitoring functionality. By default it will just print a
Packit 971217
list of all devices found and exit, but you can also make it wait around for
Packit 971217
more devices by passing the \-\-follow option. You can also pass it one or
Packit 971217
more filter arguments to filter the kind of devices you are interested in.
Packit 971217
Packit 971217
.SH "OPTIONS"
Packit 971217
.l
Packit 971217
\fIgst\-device\-monitor\-1.0\fP accepts the following options:
Packit 971217
.TP 8
Packit 971217
.B  \-\-help
Packit 971217
Print help synopsis and available command line options
Packit 971217
.TP 8
Packit 971217
.B  \-\-version
Packit 971217
Print version and exit
Packit 971217
.TP 8
Packit 971217
.B  \-f, \-\-follow
Packit 971217
Don't exit after showing the initial device list, but wait for devices to be added or removed
Packit 971217
Packit 971217
.SH "EXAMPLES"
Packit 971217
.l
Packit 971217
.B  gst\-device\-monitor\-1.0
Packit 971217
.TP 8
Packit 971217
.B  gst\-device\-monitor\-1.0 --follow
Packit 971217
.TP 8
Packit 971217
.B  gst\-device\-monitor\-1.0 Audio/Source
Packit 971217
.TP 8
Packit 971217
.B  gst\-device\-monitor\-1.0 Video/Source:video/x-raw
Packit 971217
Packit 971217
.SH "SEE ALSO"
Packit 971217
.BR gst\-inspect\-1.0 (1),
Packit 971217
.BR gst\-launch\-1.0 (1),
Packit 971217
.BR gst\-discoverer\-1.0 (1),
Packit 971217
.BR gst\-play\-1.0 (1),
Packit 971217
.SH "AUTHOR"
Packit 971217
The GStreamer team at http://gstreamer.freedesktop.org/