wasapi: Call _Start if the client was _Reset
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 9 Apr 2018 23:39:42 +0000 (05:09 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 9 Apr 2018 23:46:54 +0000 (05:16 +0530)
commit0a518c9be126a6cd016f0896ced4cba7c9b149da
tree0555c2423dd4f594528c30992aefcba4f63b3da2
parent9cd77b164433e925ee9055ac64d5599713724410
wasapi: Call _Start if the client was _Reset

Otherwise we will wait forever in WaitForSingleObject because we forgot
to start the client again after _Stop is called in reset().

https://bugzilla.gnome.org/show_bug.cgi?id=795114
sys/wasapi/gstwasapisink.c
sys/wasapi/gstwasapisink.h
sys/wasapi/gstwasapisrc.c
sys/wasapi/gstwasapisrc.h