[Bug 743108] v4l2: support radio devices in device monitor

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 7 02:12:12 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743108

--- Comment #9 from GEO <pojar.george at gmail.com> ---
Now can use GstCaps to monitor webcam via caps, for example:

caps = gst_caps_new_empty_simple ("video/x-raw");
gst_device_monitor_add_filter (priv->monitor, "Video/Source", caps);

but here there are no options to filter out devices with radio.

With actual API, can monitor a v4l2 tv and webcam devices but do not know if
exist GstCaps (capabilities) describing media types for radio device.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list