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 744106ac2b1aaf2d84faeab57afcc8da6a54ea49..68de445806ce86405bb0daeebcfad22069b912da 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 c163bf3a1b6ac8533bfb66b3d13c16e1035786e3..8641d04e21a723a8f6f93eca9121725aced5ddd2 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);