Skip to content

splitmuxsink: Avoid deadlock on release, harder

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-good/-/merge_requests/863

Unlock after broadcasting and wait for the pad to be free before relocking the muxer, giving the input probe a chance to react to our broadcast.

Improves the fix from gst-plugins-good!838 (merged).

Merge request reports