mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
glmixer: Call the pad's parent class finalize method
This commit is contained in:
parent
aed7da3d12
commit
3eab72f409
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue