mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
glimagesink: Chain up to the parent class' finalize function
This commit is contained in:
parent
8f6224c0ed
commit
23eb9beef8
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ gst_glimage_sink_finalize (GObject * object)
|
|||
g_free (glimage_sink->display_name);
|
||||
|
||||
GST_DEBUG ("finalized");
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue