wrappercamerabinsrc: fix deadlock with pad object lock
authorThiago Santos <thiagoss@osg.samsung.com>
Tue, 6 Jan 2015 00:26:22 +0000 (21:26 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Tue, 6 Jan 2015 00:33:47 +0000 (21:33 -0300)
commit04e2a38ae3d8323a880a040fbcff5fd7e8ddda4c
tree7edd9f97926f8c3a407ff3b25de1713e0966a664
parent42b510fd1b63ba8bb52eaf5817c39e2e2c8a2f1c
wrappercamerabinsrc: fix deadlock with pad object lock

The image capture mutex and the pad object lock would cause a race
if the pad query was made right when the image probe was running.

The image probe needs the capture mutex and the querying would need
the pad object lock.
gst/camerabin2/gstwrappercamerabinsrc.c