Skip to content

wasapi2ringbuffer: Close IAudioClient on GstAudioRingBuffer::release

IAudioClient interface is not reusable once it's initialized. So we should close the handle and reopen it.

Merge request reports