GNOME Bugzilla – Bug 592447
memory leak on certain pipelines with appsink
Last modified: 2009-08-20 13:49:09 UTC
The simple application at http://johannes.sipsolutions.net/files/leak.py.txt leaks memory if using LEAKY=True, but not if LEAKY=False, and I have no idea why. If I simplify the pipeline (no tee) it stops leaking.
commit 9350cfa63395e65bcf047d390944c242666cbc84 Author: Alessandro Decina <alessandro.d@gmail.com> Date: Thu Aug 20 15:46:53 2009 +0200 Fix leak in gst_base_sink_get_lasy_buffer. Fixes #592447.