vaapidecode: unlock condition variables before shutting down the element
authorSebastian Dröge <sebastian@centricular.com>
Tue, 12 Aug 2014 10:00:03 +0000 (13:00 +0300)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 20 Aug 2014 15:25:07 +0000 (17:25 +0200)
commit2af44842c6d3cde3d3a6788bdcd149802fb75908
tree01b7e970480a6f81f6513f59b767c2f2e43126c8
parentc551cc7cc347f279474ddc427930f206f898167a
vaapidecode: unlock condition variables before shutting down the element

Otherwise threads might wait for them, causing the shutdown of the element
to deadlock on the streaming thread.

https://bugzilla.gnome.org/show_bug.cgi?id=734616
gst/vaapi/gstvaapidecode.c