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

Merged Sebastian Dröge requested to merge slomo/gst-plugins-bad:wasapisink-coinitialize into master

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