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