logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gst-device-monitor-1.0 - Simple command line testing tool for GStreamer device monitors

Author

       The GStreamer team at http://gstreamer.freedesktop.org/

                                                    June 2014                                       GStreamer(1)

Description

gst-device-monitor-1.0  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.

Examples

gst-device-monitor-1.0gst-device-monitor-1.0--followgst-device-monitor-1.0Audio/Sourcegst-device-monitor-1.0Video/Source:video/x-rawgst-device-monitor-1.0-iAudio/Sink

Name

       gst-device-monitor-1.0 - Simple command line testing tool for GStreamer device monitors

Options

gst-device-monitor-1.0 accepts the following options:

       --help  Print help synopsis and available command line options

       --version
               Print version and exit

       -f,--follow
               Don't exit after showing the initial device list, but wait for devices to be added or removed

       -i,--include-hidden
               Include devices from hidden device providers.

See Also

gst-inspect-1.0(1), gst-launch-1.0(1), gst-discoverer-1.0(1), gst-play-1.0(1),

Synopsis

gst-device-monitor-1.0[DEVICE_CLASSES[:FILTER_CAPS]][DEVICE_CLASSES[:FILTER_CAPS]]

See Also