Skip to content

wasapisink: Don't call CoUninitialize() twice in unprepare()

It has to be symmetric with CoInitialize(), otherwise everything else will fail.


@nirbheek

I'm not sure why we uninitialize/initialize in unprepare/prepare if we already do the same in finalize/init. It's refcounted so the ones in unprepare/prepare should have no effect?

Merge request reports