glvideomixer: fix missing GObject vtable chainups
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8452>
This commit is contained in:
parent
15bf924940
commit
33fc2d9c65
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user