mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
glmixer: Call the pad's parent class finalize method
This commit is contained in:
parent
f1fd536dc4
commit
dbdeed9b15
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);
|
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
|
||||||
|
|
Loading…
Reference in a new issue