Searched refs:new_devices (Results 1 – 3 of 3) sorted by relevance
187 GList *new_devices = NULL; in gst_wasapi_device_provider_update_devices() local197 new_devices = gst_wasapi_device_provider_probe (provider); in gst_wasapi_device_provider_update_devices()202 for (iter = new_devices; iter; iter = g_list_next (iter)) in gst_wasapi_device_provider_update_devices()206 for (iter = new_devices; iter; iter = g_list_next (iter)) { in gst_wasapi_device_provider_update_devices()214 if (!gst_wasapi_device_is_in_list (new_devices, GST_DEVICE (iter->data))) { in gst_wasapi_device_provider_update_devices()
483 GList *new_devices = NULL; in gst_mf_device_provider_update_devices() local493 new_devices = gst_mf_device_provider_probe (provider); in gst_mf_device_provider_update_devices()498 for (iter = new_devices; iter; iter = g_list_next (iter)) in gst_mf_device_provider_update_devices()502 for (iter = new_devices; iter; iter = g_list_next (iter)) { in gst_mf_device_provider_update_devices()510 if (!gst_mf_device_is_in_list (new_devices, GST_DEVICE (iter->data))) { in gst_mf_device_provider_update_devices()
456 GList *new_devices = NULL; in gst_wasapi2_device_provider_update_devices() local466 new_devices = gst_wasapi2_device_provider_probe (provider); in gst_wasapi2_device_provider_update_devices()471 for (iter = new_devices; iter; iter = g_list_next (iter)) in gst_wasapi2_device_provider_update_devices()475 for (iter = new_devices; iter; iter = g_list_next (iter)) { in gst_wasapi2_device_provider_update_devices()483 if (!gst_wasapi2_device_is_in_list (new_devices, GST_DEVICE (iter->data))) { in gst_wasapi2_device_provider_update_devices()