mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
glmixer, glvideomixer: update for GstAggregatorPadForeachFunc change
This commit is contained in:
parent
de5604483f
commit
4e6f8a76f0
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue