parsebin: Add missing locks/unlocks of the chain mutex
authorSebastian Dröge <sebastian@centricular.com>
Wed, 8 Aug 2018 15:35:08 +0000 (17:35 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 28 Oct 2018 17:03:47 +0000 (17:03 +0000)
commit596a4ee12f2be5d3649cac22447b09453965a4ae
tree78d9db095cb2b98987d1858f6fb2fa612565ab3c
parent33e92afd91274e8b63aceccded344a266d401248
parsebin: Add missing locks/unlocks of the chain mutex

Before freeing pending pads it is required to hold the mutex, that's
what is protecting the list of pending pads in other places.

https://bugzilla.gnome.org/show_bug.cgi?id=796935
gst/playback/gstparsebin.c