omx: Don't hold any locks while calling OMX_SendCommand()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Aug 2011 07:49:57 +0000 (09:49 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Aug 2011 07:49:57 +0000 (09:49 +0200)
commit9dcaf5c2bbb1c128d793138f6532927721fec0b5
tree4b7b564223ffee229a6c20cde3ff72c6e8c8fcb1
parent0bb345a16dc13b884c810a400ae82cfb8f9c34cd
omx: Don't hold any locks while calling OMX_SendCommand()

It might call into one of the callbacks and lead to deadlocks, e.g.
with the Qualcomm OMX implementation.
omx/gstomx.c