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 750638 - avfassetsrc: fix huge memory leak
avfassetsrc: fix huge memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 1.5.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-09 13:34 UTC by Ilya Konstantinov
Modified: 2015-06-09 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avfassetsrc: fix huge memory leak (974 bytes, patch)
2015-06-09 13:36 UTC, Ilya Konstantinov
committed Details | Review

Description Ilya Konstantinov 2015-06-09 13:34:47 UTC
Input frames are being leaked.
Comment 1 Ilya Konstantinov 2015-06-09 13:36:07 UTC
Created attachment 304860 [details] [review]
avfassetsrc: fix huge memory leak
Comment 2 Sebastian Dröge (slomo) 2015-06-09 14:36:57 UTC
Comment on attachment 304860 [details] [review]
avfassetsrc: fix huge memory leak

commit 05cc418ca23a7a3c3603b30db8599d989fac0b77
Author: Ilya Konstantinov <ilya.konstantinov@gmail.com>
Date:   Tue May 12 00:18:02 2015 +0200

    avfassetsrc: fix huge memory leak
    
    CMSampleBuffers were retained -> huge memory leak.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750638