1GStreamer(1) GStreamer(1)
2
3
4
6 gst-device-monitor-1.0 - Simple command line testing tool for GStreamer
7 device monitors
8
10 gst-device-monitor-1.0 [DEVICE_CLASSES[:FILTER_CAPS]] [DE‐
11 VICE_CLASSES[:FILTER_CAPS]]
12
14 gst-device-monitor-1.0 is a command line tool that can be used to test
15 GStreamer's device monitoring functionality. By default it will just
16 print a list of all devices found and exit, but you can also make it
17 wait around for more devices by passing the --follow option. You can
18 also pass it one or more filter arguments to filter the kind of devices
19 you are interested in.
20
21
23 gst-device-monitor-1.0 accepts the following options:
24
25 --help Print help synopsis and available command line options
26
27 --version
28 Print version and exit
29
30 -f, --follow
31 Don't exit after showing the initial device list, but wait for
32 devices to be added or removed
33
34 -i, --include-hidden
35 Include devices from hidden device providers.
36
37
39 gst-device-monitor-1.0
40
41 gst-device-monitor-1.0 --follow
42
43 gst-device-monitor-1.0 Audio/Source
44
45 gst-device-monitor-1.0 Video/Source:video/x-raw
46
47 gst-device-monitor-1.0 -i Audio/Sink
48
49
51 gst-inspect-1.0(1), gst-launch-1.0(1), gst-discoverer-1.0(1),
52 gst-play-1.0(1),
53
55 The GStreamer team at http://gstreamer.freedesktop.org/
56
57
58
59 June 2014 GStreamer(1)