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 *