Home
last modified time | relevance | path

Searched refs:GstDeviceMonitor (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstdevicemonitor.h33 typedef struct _GstDeviceMonitor GstDeviceMonitor; typedef
41 …bj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_DEVICE_MONITOR, GstDeviceMonitor))
43 #define GST_DEVICE_MONITOR_CAST(obj) ((GstDeviceMonitor *)(obj))
82 GstDeviceMonitor * gst_device_monitor_new (void);
85 GstBus * gst_device_monitor_get_bus (GstDeviceMonitor * monitor);
88 GList * gst_device_monitor_get_devices (GstDeviceMonitor * monitor);
92 gboolean gst_device_monitor_start (GstDeviceMonitor * monitor);
95 void gst_device_monitor_stop (GstDeviceMonitor * monitor);
99 guint gst_device_monitor_add_filter (GstDeviceMonitor * monitor,
103 gboolean gst_device_monitor_remove_filter (GstDeviceMonitor * monitor,
[all …]
Dgstdevicemonitor.c127 G_DEFINE_TYPE_WITH_PRIVATE (GstDeviceMonitor, gst_device_monitor,
132 static guint gst_device_monitor_add_filter_unlocked (GstDeviceMonitor * monitor,
137 GstDeviceMonitor * monitor);
141 GstDeviceMonitor * monitor);
177 GstDeviceMonitor *monitor = GST_DEVICE_MONITOR (object); in gst_device_monitor_get_property()
194 GstDeviceMonitor *monitor = GST_DEVICE_MONITOR (object); in gst_device_monitor_set_property()
227 is_provider_hidden (GstDeviceMonitor * monitor, GList * hidden, in is_provider_hidden()
262 GstDeviceMonitor * monitor) in bus_sync_message()
312 gst_device_monitor_init (GstDeviceMonitor * self) in gst_device_monitor_init()
330 gst_device_monitor_remove_provider (GstDeviceMonitor * self, guint i) in gst_device_monitor_remove_provider()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvkdeviceprovider.c24 static GstDeviceMonitor *
27 GstDeviceMonitor *monitor = gst_device_monitor_new (); in vulkan_sink_device_provider()
41 GstDeviceMonitor *monitor; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11screencapturesrc.cpp30 GstDeviceMonitor *monitor; in enum_devices()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c39 GstDeviceMonitor *monitor;
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdevice.c408 GstDeviceMonitor *mon; in GST_START_TEST()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt509 provided by GstDeviceMonitor, GstDevice, and friends. See the
/third_party/gstreamer/gstplugins_base/
DNEWS1352 - GstDeviceMonitor no longer fails to start just because one of the
/third_party/gstreamer/gstplugins_good/
DNEWS1352 - GstDeviceMonitor no longer fails to start just because one of the
DChangeLog49065 Rename GstDeviceMonitor to GstDeviceProvider
52561 v4l2: Implement GstDeviceMonitor subclass
/third_party/gstreamer/gst_libav/
DNEWS1352 - GstDeviceMonitor no longer fails to start just because one of the
/third_party/gstreamer/gstreamer/
DNEWS1352 - GstDeviceMonitor no longer fails to start just because one of the
DChangeLog24837 GstDeviceMonitor: Clarify the behaviour of gst_device_monitor_add_filter
24842 GstDeviceMonitor: Don't remove unmatched class filters
31899 GstDeviceMonitor: keep alphabetical order
34566 * GstGlobalDeviceMonitor was renamed to GstDeviceMonitor
34818 GstDeviceMonitor: Rename from GstGlobalDeviceMonitor
37081 devicemonitor: Add GstDeviceMonitor and related
/third_party/gstreamer/gstplugins_bad/
DNEWS1352 - GstDeviceMonitor no longer fails to start just because one of the
DChangeLog28009 Adds properties to the devices listed in GstDeviceMonitor by the
45020 dshowsrcwrapper: add implementation of GstDeviceMonitor