Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstdevice.c137 gstdevice = GST_DEVICE_CAST (object); in gst_device_get_property()
167 gstdevice = GST_DEVICE_CAST (object); in gst_device_set_property()
Dgstdevice.h43 #define GST_DEVICE_CAST(obj) ((GstDevice *)(obj)) macro