[PATCH 09/25] mciseq: Make sure MCI_WAIT waits for the player to terminate.

Joerg-Cyril.Hoehle at t-systems.com Joerg-Cyril.Hoehle at t-systems.com
Thu Oct 4 09:09:57 CDT 2012


Hi,
[my mailer claims this was sent but it didn't appear in wine-patches... weird!]

IIRC, the sequence
Play ...
Stop (without wait)
Close which embeds
  Stop WAIT
would close the driver while the player thread might not be done yet
because Close would be satisfied with the observed stopped state.

Now WAIT implies
    WaitForSingleObject(wmm->hThread, INFINITE);

Regards,
	Jörg Höhle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-mciseq-Make-sure-MCI_WAIT-waits-for-the-player-to-t.patch
Type: application/octet-stream
Size: 3367 bytes
Desc: 0009-mciseq-Make-sure-MCI_WAIT-waits-for-the-player-to-t.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20121004/20258c29/attachment.obj>


More information about the wine-patches mailing list