glvideomixer: signal continuation in reset
authorMatthew Waters <matthew@centricular.com>
Mon, 7 Mar 2016 15:06:46 +0000 (02:06 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:17 +0000 (19:32 +0000)
commit7b2ab7279ff9affc1e6220c8f6071067ec21e605
tree52ea89334730b38fce2dc564592d782db19ce321
parenteb1a9bb9b0726f5c63023c1ce304c7b8a30b5ed8
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.
ext/gl/gstglvideomixer.c