GNOME Bugzilla – Bug 667821
rtpssrcdemux: keep holding the lock until the pads are removed
Last modified: 2016-09-22 12:17:51 UTC
Created attachment 205144 [details] [review] patch When clear_ssrc is called just as a RTP buffer with same ssrc is arriving it was possible that the new pad, with the same name, would be added before the old one was removed.
Review of attachment 205144 [details] [review]: That won't work, your patch keeps the lock help while emitting the "remove-ssrc-pad" signal, and it should be released while signals are being emitted.
Any progress here?
This looks like the same as bug #770766, which has an updated patch too. *** This bug has been marked as a duplicate of bug 770766 ***