GNOME Bugzilla – Bug 582656
[mxfdemux] Fix deadlock when querying from the pad-added callback
Last modified: 2009-05-15 09:50:07 UTC
Hi, attached patch fixes a deadlock when starting a query on mxfdemux in the pad-added callback, among other things. Tim wants this in the next release ;)
Created attachment 134659 [details] [review] mxfdemux-deadlock.diff
beefy! Here's hoping you got it right! ;)
commit f5ba4904f794a107bc5d1e56f824789bca295383 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu May 14 21:20:47 2009 +0200 mxfdemux: Use a RW lock to protect metadata and add all pads at once without This makes it possible, among other things, to do a query in the pad-added callback. Fixes bug #582656.