encoding-target: Chain up to parent class

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7115>
This commit is contained in:
Edward Hervey 2024-06-29 11:06:07 +02:00 committed by GStreamer Marge Bot
parent 651568d543
commit 2c1c1ec575

View file

@ -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