gstreamer/ext/gl
Guillaume Desmottes 293d6a7ebe 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>
2015-04-17 14:28:25 +01:00
..
gstglbasemixer.c gl: Remove some empty ::finalize() implementations 2015-04-17 14:09:47 +02:00
gstglbasemixer.h gl: add a new glbasemixer class below glmixer 2015-03-12 16:45:50 +00:00
gstglmixer.c glmixer: pass the proper free function to frames and buffers array 2015-04-17 14:28:25 +01:00
gstglmixer.h gl: get the context from basemixer/basefilter 2015-03-13 12:30:20 +00:00
gstglmixerbin.c gl: new glmixerbin element 2015-03-12 16:45:51 +00:00
gstglmixerbin.h gl: new glmixerbin element 2015-03-12 16:45:51 +00:00
gstglmosaic.c gl: get the context from basemixer/basefilter 2015-03-13 12:30:20 +00:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2014-07-11 09:41:05 +02:00
gstglvideomixer.c glvideomixer: Don't use context if not present 2015-03-31 16:31:18 +02:00
gstglvideomixer.h glvideomixer: implement with glmixerbin 2015-03-12 16:45:51 +00:00