Skip to content

decodebin3: fix dead lock when removing pad

Guillaume Desmottes requested to merge gdesmott/gstreamer:lock-1667 into main

gst_element_remove_pad() is triggering a call to gst_decodebin3_input_pad_unlink() which needs the input lock as well, resulting in a dead lock.

Fix #1667 (closed)

Merge request reports