wasapi: COM library is uninitialized automatically on thread exit.
CoInitializeEx() and corresponding CoUninitialize() must be called from the same thread. Common mechanism for that using GPrivate was implemented in gstwasapiutil.c.
Fixes #1482 (closed) - CuUninitialize() was called from wrong thread disabling all COM functions in GUI. #1482 (closed)