mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
glmixer, glvideomixer: update for GstAggregatorPadForeachFunc change
This commit is contained in:
parent
6ad57a882a
commit
13af5efb07
2 changed files with 2 additions and 2 deletions
|
@ -1288,7 +1288,7 @@ gst_gl_mixer_set_property (GObject * object,
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
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);
|
GstGLMixerPad *pad = GST_GL_MIXER_PAD (aggpad);
|
||||||
|
|
||||||
|
|
|
@ -446,7 +446,7 @@ _update_caps (GstVideoAggregator * vagg, GstCaps * caps)
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
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;
|
const GstGLFuncs *gl = GST_GL_MIXER (agg)->context->gl_vtable;
|
||||||
GstGLVideoMixerPad *pad = GST_GL_VIDEO_MIXER_PAD (aggpad);
|
GstGLVideoMixerPad *pad = GST_GL_VIDEO_MIXER_PAD (aggpad);
|
||||||
|
|
Loading…
Reference in a new issue