[Bug 747913] glmixer: pass the proper free function to frames and buffers array

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 17 06:34:32 PDT 2015


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

Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
commit 481b1c921e9617267eac6ebddfce5d000a0b64c7
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Apr 15 15:16:33 2015 +0200

    glmixer: pass the proper free function to frames and buffers array

    'array_buffers' contain borrowed GstBuffer and so shouldn't have a free
    function. 'frames' is the one containing GstGLMixerFrameData and so should
use
    _free_glmixer_frame_data as free function.

    Fix GstGLMixerFrameData leaks with the
    validate.file.glvideomixer.simple.play_15s.synchronized scenario.

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

    Signed-off-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

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