glmixer: Call the pad's parent class finalize method

This commit is contained in:
Sebastian Dröge 2014-10-13 13:27:55 +02:00 committed by Tim-Philipp Müller
parent aed7da3d12
commit 3eab72f409

View file

@ -99,6 +99,8 @@ gst_gl_mixer_pad_finalize (GObject * object)
gst_object_unref (pad->upload);
pad->upload = NULL;
}
G_OBJECT_CLASS (gst_gl_mixer_pad_parent_class)->finalize (object);
}
static void