glvideomixer: fix missing GObject vtable chainups

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8452>
This commit is contained in:
Alexander Slobodeniuk 2025-02-11 00:02:32 +01:00
parent 15bf924940
commit 33fc2d9c65

View File

@ -500,6 +500,8 @@ gst_gl_video_mixer_input_dispose (GObject * object)
GstGLVideoMixerInput *self = (GstGLVideoMixerInput *) object;
gst_clear_object (&self->mixer_pad);
G_OBJECT_CLASS (gst_gl_video_mixer_input_parent_class)->dispose (object);
}
static GstGhostPad *