GNOME Bugzilla – Bug 747913
glmixer: pass the proper free function to frames and buffers array
Last modified: 2015-04-17 13:34:32 UTC
.
Created attachment 301626 [details] [review] 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@collabora.co.uk>
commit 481b1c921e9617267eac6ebddfce5d000a0b64c7 Author: Guillaume Desmottes <guillaume.desmottes@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@collabora.co.uk>