Skip to content

flvmux: Fix valgrind error on request pad release.

Jan Schmidt requested to merge thaytan/gst-plugins-good:flvmux-ci-fix into master

Request pads can released at any time, so make sure to hold the object lock when iterating the element sinkpads list, and to hold a reference to a pad when selecting it as the best pad for output in the aggregator srcpad task.

Should fix a spurious valgrind error in the CI flvmux tests.

Merge request reports