GNOME Bugzilla – Bug 795274
wasapi fails to initialize on Windows 7
Last modified: 2018-04-16 14:09:30 UTC
Created attachment 370955 [details] Initialization failure in wasapisink It claims that CoInitialize wasn't called, but that's strange because we call it in {src,sink}_init(). See attachment with a log for wasapisink (same happens with wasapisrc).
Created attachment 370990 [details] [review] wasapi: Call CoIn/Uninitialize() around prepare() Seems to be required for exclusive mode and also for all initialization on Windows 7
Attachment 370990 [details] pushed as ff17a40 - wasapi: Call CoIn/Uninitialize() around prepare()