GNOME Bugzilla – Bug 630449
rtpbin: Unlock before adding pad in new_payload_found
Last modified: 2010-09-24 12:00:45 UTC
Created attachment 170946 [details] [review] patch Holding internal locks while potentially calling out is a source of deadlocks, and in this case the application might subscribe to the pad-added signal.
commit 800b4bdb2692d00d5725baa3c4f790bdec5e1d62 Author: Trond Andersen <trond.andersen@tandberg.com> Date: Wed Apr 7 15:31:52 2010 +0200 rtpbin: Unlock before adding pad in new_payload_found Holding internal locks while potentially calling out is a source of deadlocks, and in this case the application might subscribe to the pad-added signal. Fixes #630449