After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592447 - memory leak on certain pipelines with appsink
memory leak on certain pipelines with appsink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
0.10.16
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-20 11:08 UTC by Johannes Berg
Modified: 2009-08-20 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Berg 2009-08-20 11:08:47 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.
Comment 1 Alessandro Decina 2009-08-20 13:49:09 UTC
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.