GStreamer multimedia framework
Find a file
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
ext/gl glmixer: pass the proper free function to frames and buffers array 2015-04-17 14:28:25 +01:00
gst/compositor compositor: Revert most of previous patch. 2015-03-16 04:00:44 +11:00
gst-libs/gst/video videoaggregator: Remove broken timestamps-going-backwards check 2015-04-08 19:31:43 -07:00
tests/check/elements tests: remove GST_DISABLE_PARSE guards from two tests that don't require it 2015-02-13 16:25:14 +00:00