[Bug 726337] omxbufferpool: leak buffers when stopped

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 24 10:58:00 PDT 2014


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

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from Julien Isorce <julien.isorce at gmail.com> 2014-03-24 18:23:21 UTC ---
commit 100e9f998d6f986838f9e27be1ef1d511a9638e3
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Mon Mar 24 17:49:59 2014 +0100

    omxbufferpool: return buffers to the pool instead of freeing them

    We have to return the buffers back to the pool in when stopping to
    not mess with the GstBufferPool accounting.
    The OMX buffers will be freed when those won't be in charge of the
    pool in the chained up call to 'stop'.
    Fixes segfaults on finalize and pool not being properly deactivated.

    https://bugzilla.gnome.org/show_bug.cgi?id=726337

-- 
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