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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 15 06:19:37 PDT 2015


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

--- Comment #1 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 301626
  --> https://bugzilla.gnome.org/attachment.cgi?id=301626&action=edit
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