Searched refs:GST_IS_DEVICE_MONITOR (Results 1 – 2 of 2) sorted by relevance
410 g_return_val_if_fail (GST_IS_DEVICE_MONITOR (monitor), NULL); in gst_device_monitor_get_devices()506 g_return_val_if_fail (GST_IS_DEVICE_MONITOR (monitor), FALSE); in gst_device_monitor_start()575 g_return_if_fail (GST_IS_DEVICE_MONITOR (monitor)); in gst_device_monitor_stop()657 g_return_val_if_fail (GST_IS_DEVICE_MONITOR (monitor), 0); in gst_device_monitor_add_filter()758 g_return_val_if_fail (GST_IS_DEVICE_MONITOR (monitor), FALSE); in gst_device_monitor_remove_filter()841 g_return_val_if_fail (GST_IS_DEVICE_MONITOR (monitor), NULL); in gst_device_monitor_get_bus()866 g_return_val_if_fail (GST_IS_DEVICE_MONITOR (monitor), NULL); in gst_device_monitor_get_providers()905 g_return_if_fail (GST_IS_DEVICE_MONITOR (monitor)); in gst_device_monitor_set_show_all_devices()928 g_return_val_if_fail (GST_IS_DEVICE_MONITOR (monitor), FALSE); in gst_device_monitor_get_show_all_devices()
38 #define GST_IS_DEVICE_MONITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_DEVICE… macro