[Bug 736314] omxaacdec has a huge memory leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 29 18:58:42 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736314
  GStreamer | gst-omx | 1.2.4

--- Comment #14 from Jun Ji <jun.ji at lge.com> 2014-09-30 01:58:33 UTC ---
Created an attachment (id=287412)
 View: https://bugzilla.gnome.org/attachment.cgi?id=287412
 Review: https://bugzilla.gnome.org/review?bug=736314&attachment=287412

a patch that fixes the memory leak reported in this post.

tracked the place where the refcount of parse->priv->cache->mem unnecessarily
changes and found that one of functions in gstomxaudiodec.c doesn't
gst_buffer_unmap() but only increases the mem's refcount by gst_buffer_map(),
making it unable to be freed, later.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list