v4l2videodec: Don't lock the decoder when stopping task
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 15 May 2014 14:31:40 +0000 (10:31 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 15 May 2014 16:21:54 +0000 (12:21 -0400)
commitf384047be390ebb8a940a0361e59ce75af5d5934
tree9592e70e5ef6862866dd39995df1ac458c5e4a8d
parent5f10d2b4e2c23b678d00c1185d4e68b9c0c3ea75
v4l2videodec: Don't lock the decoder when stopping task

That src pad task may need to take the lock when being pulled
down. takeing that lock can lead to a deadlock.

https://bugzilla.gnome.org/show_bug.cgi?id=730207
sys/v4l2/gstv4l2videodec.c