mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
a3933ea53d
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 https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/714 |
||
---|---|---|
.. | ||
amfdefs.h | ||
gstflvdemux.c | ||
gstflvdemux.h | ||
gstflvmux.c | ||
gstflvmux.h | ||
gstindex.c | ||
gstindex.h | ||
gstmemindex.c | ||
meson.build |