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 669863 - [0.11] [x264enc] X264 encoder doesn't unmap input frame
[0.11] [x264enc] X264 encoder doesn't unmap input frame
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.11.x
Other All
: Normal major
: 0.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-11 10:41 UTC by Matej Knopp
Modified: 2012-02-11 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (705 bytes, patch)
2012-02-11 10:41 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2012-02-11 10:41:41 UTC
Created attachment 207325 [details] [review]
Patch

resulting in massive memory leak.
Comment 1 Tim-Philipp Müller 2012-02-11 13:52:52 UTC
Pushed, thanks!

commit 0f9e7c386366d19c6038eb58cf7e6f74b754f783
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Sat Feb 11 05:38:41 2012 -0500

    x264enc: unmap video frame after encoding
    
    Fixes major memory leak.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669863