-
- Downloads
flvmux: Fix invalid padlist accesses.
Request pads can released at any time, so make sure to hold the object lock when iterating the element sinkpads list where that's safe, or to use other safe pad iteration patterns in other places. When choosing a best pad, return a reference to the pad to make sure it stays alive for output in the aggregator srcpad task. Should fix a spurious valgrind error in the CI flvmux tests and some other potential problems if the request sink pads are released while the element is running.. Fixes gstreamer/gst-plugins-good#714
Loading
Please register or sign in to comment