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]]
11 [DEVICE_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
36 gst-device-monitor-1.0
37
38 gst-device-monitor-1.0 --follow
39
40 gst-device-monitor-1.0 Audio/Source
41
42 gst-device-monitor-1.0 Video/Source:video/x-raw
43
44
46 gst-inspect-1.0(1), gst-launch-1.0(1), gst-discoverer-1.0(1),
47 gst-play-1.0(1),
48
50 The GStreamer team at http://gstreamer.freedesktop.org/
51
52
53
54 June 2014 GStreamer(1)