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
parent f1fd536dc4
commit dbdeed9b15

View file

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