Skip to content

tests: gstelement: Fix test_add_pad_while_paused flakiness

Philippe Normand requested to merge philn/gstreamer:mr-3635-followup into main

gst_element_remove_pad() doesn't automatically deactivate the pad, it has to be done explicitly beforehand, otherwise the pad task might be left dangling, exposed to undefined behaviour.

Merge request reports