mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
62456af2a2
When nlecomposition is finalized with pending add action or io, associated elements are not unreffed as they should since caller gives us the reference when calling gst_bin_add causing them to be leaked. So to make sure we don't leak a reference on element when adding one to the bin, each stage (action and pending_io) hold a reference on element and release it when stage is done. https://bugzilla.gnome.org/show_bug.cgi?id=766455 |
||
---|---|---|
.. | ||
.gitignore | ||
gnlmarshal.list | ||
gstnle.c | ||
Makefile.am | ||
nle.h | ||
nlecomposition.c | ||
nlecomposition.h | ||
nleghostpad.c | ||
nleghostpad.h | ||
nleobject.c | ||
nleobject.h | ||
nleoperation.c | ||
nleoperation.h | ||
nlesource.c | ||
nlesource.h | ||
nletypes.h | ||
nleurisource.c | ||
nleurisource.h |