glmixer, glvideomixer: update for GstAggregatorPadForeachFunc change

This commit is contained in:
Tim-Philipp Müller 2014-12-30 19:43:43 +00:00
parent de5604483f
commit 4e6f8a76f0
2 changed files with 2 additions and 2 deletions

View file

@ -1288,7 +1288,7 @@ gst_gl_mixer_set_property (GObject * object,
}
static gboolean
_clean_upload (GstAggregator * agg, GstPad * aggpad, gpointer udata)
_clean_upload (GstAggregator * agg, GstAggregatorPad * aggpad, gpointer udata)
{
GstGLMixerPad *pad = GST_GL_MIXER_PAD (aggpad);

View file

@ -446,7 +446,7 @@ _update_caps (GstVideoAggregator * vagg, GstCaps * caps)
}
static gboolean
_reset_pad_gl (GstAggregator * agg, GstPad * aggpad, gpointer udata)
_reset_pad_gl (GstAggregator * agg, GstAggregatorPad * aggpad, gpointer udata)
{
const GstGLFuncs *gl = GST_GL_MIXER (agg)->context->gl_vtable;
GstGLVideoMixerPad *pad = GST_GL_VIDEO_MIXER_PAD (aggpad);