mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 14:18:34 +00:00
encoding-target: Chain up to parent class
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7123>
This commit is contained in:
parent
02607432e3
commit
00903e36cb
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ gst_encoding_target_finalize (GObject * object)
|
|||
|
||||
g_list_foreach (target->profiles, (GFunc) g_object_unref, NULL);
|
||||
g_list_free (target->profiles);
|
||||
|
||||
G_OBJECT_CLASS (gst_encoding_target_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue