wasapi: fix double start leading to invalid state
- Jul 20, 2022
-
-
This will set the started_state in case of error, preventing any future playback.
cb9014af -
No need to log success since it's already done by mmdevice.
42819895 -
c0267647
-
Check that the stream is not started after disarming the timer. This could lead to a double call to IAudioClient_Start(). The second call to IAudioClient_Start() fails (not critical) but the started_state is set to STARTED_STATE_ERROR preventing any future playback. Fixes #27128
b71f9625 -
cb1f84a3
-