Searched refs:GstDeviceMonitor (Results 1 – 15 of 15) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstdevicemonitor.h | 33 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 …]
|
D | gstdevicemonitor.c | 127 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/ |
D | vkdeviceprovider.c | 24 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/ |
D | d3d11screencapturesrc.cpp | 30 GstDeviceMonitor *monitor; in enum_devices()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-device-monitor.c | 39 GstDeviceMonitor *monitor;
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdevice.c | 408 GstDeviceMonitor *mon; in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | porting-to-1.0.txt | 509 provided by GstDeviceMonitor, GstDevice, and friends. See the
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1352 - GstDeviceMonitor no longer fails to start just because one of the
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1352 - GstDeviceMonitor no longer fails to start just because one of the
|
D | ChangeLog | 49065 Rename GstDeviceMonitor to GstDeviceProvider 52561 v4l2: Implement GstDeviceMonitor subclass
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1352 - GstDeviceMonitor no longer fails to start just because one of the
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 1352 - GstDeviceMonitor no longer fails to start just because one of the
|
D | ChangeLog | 24837 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/ |
D | NEWS | 1352 - GstDeviceMonitor no longer fails to start just because one of the
|
D | ChangeLog | 28009 Adds properties to the devices listed in GstDeviceMonitor by the 45020 dshowsrcwrapper: add implementation of GstDeviceMonitor
|