mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
encoding-target: Chain up to parent class
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7115>
This commit is contained in:
parent
651568d543
commit
2c1c1ec575
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