Home
last modified time | relevance | path

Searched refs:GstDeviceMonitorClass (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstdevicemonitor.h35 typedef struct _GstDeviceMonitorClass GstDeviceMonitorClass; typedef
40 …LASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_DEVICE_MONITOR, GstDeviceMonitorClass))
42 …(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_DEVICE_MONITOR, GstDeviceMonitorClass))
Dgstdevicemonitor.c209 gst_device_monitor_class_init (GstDeviceMonitorClass * klass) in gst_device_monitor_class_init()