GNOME Bugzilla – Bug 770933
srtpenc: deadlock in create_session
Last modified: 2016-09-30 07:04:48 UTC
gst_srtp_enc_create_session() is called with the object lock taken but in some cases this function emits an error message, so the lock needs to be temporarily released.
Created attachment 334884 [details] [review] srtpenc: prevent deadlock in create_session Temporarily release the object lock which is needed to post error messages on the bus.
Thanks! Pushed as 7fa2668adf377b1909907a22e3f27a479c4ddafa
Review of attachment 334884 [details] [review]: Pushed!