summaryrefslogtreecommitdiff
path: root/ext/gl/gstglmixer.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-12-30 19:43:43 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-12-30 19:43:43 +0000
commit4e6f8a76f076d783f0ccdc48e3a515edcf45c4ad (patch)
treec040e3345b5ccc34ba3346db1b5422b439eb52d7 /ext/gl/gstglmixer.c
parentde5604483f590b0dacf56a07c70c053633e755c2 (diff)
downloadgstreamer-plugins-bad-4e6f8a76f076d783f0ccdc48e3a515edcf45c4ad.tar.gz
glmixer, glvideomixer: update for GstAggregatorPadForeachFunc change
Diffstat (limited to 'ext/gl/gstglmixer.c')
-rw-r--r--ext/gl/gstglmixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gl/gstglmixer.c b/ext/gl/gstglmixer.c
index 744106ac2..68de44580 100644
--- a/ext/gl/gstglmixer.c
+++ b/ext/gl/gstglmixer.c
@@ -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);