Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 1.47 KB

gst-device-monitor-1.0.1

File metadata and controls

48 lines (45 loc) · 1.47 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH "GStreamer" "1" "June 2014" "" ""
.SH "NAME"
gst\-device\-monitor\-1.0 \- Simple command line testing tool for GStreamer device monitors
.SH "SYNOPSIS"
\fBgst\-device\-monitor\-1.0\fR \fI[DEVICE_CLASSES[:FILTER_CAPS]] [DEVICE_CLASSES[:FILTER_CAPS]]\fR
.SH "DESCRIPTION"
.LP
\fIgst\-device\-monitor\-1.0\fP is a command line tool that can be used to test
GStreamer's device monitoring functionality. By default it will just print a
list of all devices found and exit, but you can also make it wait around for
more devices by passing the \-\-follow option. You can also pass it one or
more filter arguments to filter the kind of devices you are interested in.
.SH "OPTIONS"
.l
\fIgst\-device\-monitor\-1.0\fP accepts the following options:
.TP 8
.B \-\-help
Print help synopsis and available command line options
.TP 8
.B \-\-version
Print version and exit
.TP 8
.B \-f, \-\-follow
Don't exit after showing the initial device list, but wait for devices to be added or removed
Mar 23, 2021
Mar 23, 2021
26
27
28
.TP 8
.B \-i, \-\-include\-hidden
Include devices from hidden device providers.
29
30
31
32
33
34
35
36
37
38
.SH "EXAMPLES"
.l
.B gst\-device\-monitor\-1.0
.TP 8
.B gst\-device\-monitor\-1.0 --follow
.TP 8
.B gst\-device\-monitor\-1.0 Audio/Source
.TP 8
.B gst\-device\-monitor\-1.0 Video/Source:video/x-raw
Mar 23, 2021
Mar 23, 2021
39
.TP 8
Mar 25, 2021
Mar 25, 2021
40
.B gst-device-monitor-1.0 -i Audio/Sink
41
42
43
44
45
46
47
48
.SH "SEE ALSO"
.BR gst\-inspect\-1.0 (1),
.BR gst\-launch\-1.0 (1),
.BR gst\-discoverer\-1.0 (1),
.BR gst\-play\-1.0 (1),
.SH "AUTHOR"
The GStreamer team at http://gstreamer.freedesktop.org/