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
parent 3d0f8cfc21
commit ca15a26c11

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