Skip to content

webrtcsrc: Don't hold the state lock while removing sessions

Removing a session can drop its bin and during release of the bin its pads are removed, but the pad-removed handler is also taking the state lock.

Merge request reports