Home
last modified time | relevance | path

Searched refs:gst_device_provider_get_bus (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264deviceprovider.c270 bus = gst_device_provider_get_bus (self->v4l2); in gst_uvc_h264_device_provider_start()
296 bus = gst_device_provider_get_bus (self->v4l2); in gst_uvc_h264_device_provider_stop()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdevice.c254 bus = gst_device_provider_get_bus (dp); in GST_START_TEST()
330 bus = gst_device_provider_get_bus (dp); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstdeviceprovider.h203 GstBus * gst_device_provider_get_bus (GstDeviceProvider * provider);
Dgstdevicemonitor.c337 bus = gst_device_provider_get_bus (provider); in gst_device_monitor_remove_provider()
709 GstBus *bus = gst_device_provider_get_bus (provider); in gst_device_monitor_add_filter_unlocked()
Dgstdeviceprovider.c604 gst_device_provider_get_bus (GstDeviceProvider * provider) in gst_device_provider_get_bus() function