]> Repos - portaudio/commit
wasapi:
authordmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 12 May 2010 18:08:45 +0000 (18:08 +0000)
committerdmitrykos <dmitrykos@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 12 May 2010 18:08:45 +0000 (18:08 +0000)
commit083b34a10fff28e2093d736852de8435959bcdd3
tree2b668313180d5e9114f0dbb39eab69c2a3e4275d
parent6421f964d7c95fd4449cd3d6c88c8dfffcee5ecd
wasapi:
 - fixed occasional crash-bug which may be caused by a lightweight application that starts stream, checks if stream is running and if not terminates the stream: WASAPI implementation wasn't taking such behavior into account and stream termination (with structure deallocation) could happen during a thread start causing a crash on bad pointer usage
 - fixed Pa_IsStreamActive and similar not correctly reporting stopped stream if that was stopped from within a callback function (playback/capture) by returning paComplete
src/hostapi/wasapi/pa_win_wasapi.c