glmixer, glvideomixer: update for GstAggregatorPadForeachFunc change
authorTim-Philipp Müller <tim@centricular.com>
Tue, 30 Dec 2014 19:43:43 +0000 (19:43 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:52 +0000 (19:31 +0000)
ext/gl/gstglmixer.c
ext/gl/gstglvideomixer.c

index 744106a..68de445 100644 (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);
 
index c163bf3..8641d04 100644 (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);