Lines Matching refs:device_strid
265 g_clear_pointer (&self->device_strid, g_free); in gst_wasapi_src_finalize()
286 g_free (self->device_strid); in gst_wasapi_src_set_property()
287 self->device_strid = in gst_wasapi_src_set_property()
321 g_value_take_string (value, self->device_strid ? in gst_wasapi_src_get_property()
322 g_utf16_to_utf8 (self->device_strid, -1, NULL, NULL, NULL) : NULL); in gst_wasapi_src_get_property()
430 self->loopback ? eRender : eCapture, self->role, self->device_strid, in gst_wasapi_src_open()
434 if (!self->device_strid) in gst_wasapi_src_open()
439 ("Failed to open device %S", self->device_strid)); in gst_wasapi_src_open()
451 eRender, self->role, self->device_strid, &loopback_device) in gst_wasapi_src_open()
454 if (!self->device_strid) in gst_wasapi_src_open()
459 ("Failed to open device %S", self->device_strid)); in gst_wasapi_src_open()