winegstreamer: Fix deadlock when changing state.
commit096da45036959e57ae3aa5b0de0c06f69c651788
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Thu, 11 Nov 2010 22:22:59 +0000 (11 23:22 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Nov 2010 11:00:04 +0000 (12 12:00 +0100)
treee1b1b12375620bed421eae0cffbf71e5788ff233
parent34d4b5a22746b0bb7dbc7f60dcf23d8428a06b1a
winegstreamer: Fix deadlock when changing state.

Leaving the lock is legal and required here since gstreamer has its
own locking in place. gst_pad_push could otherwise deadlock.
dlls/winegstreamer/gsttffilter.c