From 33fc2d9c65645bec4a1b9a0565e6a8fea40e967e Mon Sep 17 00:00:00 2001 From: Alexander Slobodeniuk Date: Tue, 11 Feb 2025 00:02:32 +0100 Subject: [PATCH] glvideomixer: fix missing GObject vtable chainups Part-of: --- subprojects/gst-plugins-base/ext/gl/gstglvideomixer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-base/ext/gl/gstglvideomixer.c b/subprojects/gst-plugins-base/ext/gl/gstglvideomixer.c index b3f6b9bf68..ca161cf48b 100644 --- a/subprojects/gst-plugins-base/ext/gl/gstglvideomixer.c +++ b/subprojects/gst-plugins-base/ext/gl/gstglvideomixer.c @@ -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 *