glvideomixer: signal continuation in reset

We want to iterate over all the pads, not just the first one.  Fix by returning
TRUE in the GstAggregatorPadForeachFunc.

Removes a GST_IS_GL_CONTEXT() assertion on shutdown with >2 inputs
using gst-launch.
This commit is contained in:
Matthew Waters 2016-03-08 02:06:46 +11:00 committed by Tim-Philipp Müller
parent eb1a9bb9b0
commit 7b2ab7279f

View file

@ -1083,7 +1083,7 @@ _reset_pad_gl (GstAggregator * agg, GstAggregatorPad * aggpad, gpointer udata)
pad->vertex_buffer = 0;
}
return FALSE;
return TRUE;
}
static void