flacenc: remove bogus pad locking that causes deadlocks
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 22 Feb 2012 17:00:19 +0000 (17:00 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 22 Feb 2012 17:00:19 +0000 (17:00 +0000)
commitb7e96ebe37a78ce26ec3ee96a2c2900a00477942
tree5e80c83566749940c8e13d809cae13428b7ec986
parent9c5c33790ab5fae457b28377bd5db9579c93ecee
flacenc: remove bogus pad locking that causes deadlocks

It's not clear why the pad object lock is taken here. But
gst_pad_{has,get}_current_caps() will try to take the lock
as well and deadlock, since it's not recursive.
ext/flac/gstflacenc.c