quartz: Fix locking in MediaSeeking and forward SetPosition.
commit4b5d06d30f681c95743f5f80f7f898946611c9b4
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Tue, 1 Apr 2008 20:56:28 +0000 (1 13:56 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Apr 2008 09:15:22 +0000 (2 11:15 +0200)
treeac1c5db68fb145bc0d1b2c8266d6e2b74c4089e0
parente18129068e3fcfdf98c8b8ee571d4ee015b13646
quartz: Fix locking in MediaSeeking and forward SetPosition.

Don't hold locks while forwarding messages, instead rely on the
reference count. This prevents some really fun deadlocks from
occuring.
dlls/quartz/control.c