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 725907 - omxvideodec: Two more minor fixes for memory leaks
omxvideodec: Two more minor fixes for memory leaks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal minor
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-07 17:20 UTC by deathsimple@vodafone.de
Modified: 2014-07-23 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix #1 (1.12 KB, patch)
2014-03-07 17:20 UTC, deathsimple@vodafone.de
committed Details | Review
Fix #2 (981 bytes, patch)
2014-03-07 17:20 UTC, deathsimple@vodafone.de
committed Details | Review

Description deathsimple@vodafone.de 2014-03-07 17:20:33 UTC
Created attachment 271253 [details] [review]
Fix #1

This time in the video decoder.
Comment 1 deathsimple@vodafone.de 2014-03-07 17:20:51 UTC
Created attachment 271254 [details] [review]
Fix #2
Comment 2 Sebastian Dröge (slomo) 2014-03-08 14:24:26 UTC
commit 14a0da437ff83ca5f0037f725179715e6efdbac4
Author: Christian König <christian.koenig@amd.com>
Date:   Fri Mar 7 17:12:24 2014 +0100

    omxvideodec: fix memory leak in gst_omx_video_dec_allocate_output_buffers
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725907

commit 5ac0fe21086f25d56aeb804fa69c325cc74c120f
Author: Christian König <christian.koenig@amd.com>
Date:   Fri Mar 7 13:18:49 2014 +0100

    omxvideodec: fix memory leak gst_omx_video_dec_negotiate
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725907