encoding-profile: Chain up to parent class finalize

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7123>
This commit is contained in:
Edward Hervey 2024-06-28 17:09:58 +02:00 committed by Backport Bot
parent c4fe9786ea
commit 02607432e3

View file

@ -470,6 +470,8 @@ gst_encoding_profile_finalize (GObject * object)
if (prof->restriction)
gst_caps_unref (prof->restriction);
g_free (prof->preset_name);
G_OBJECT_CLASS (gst_encoding_profile_parent_class)->finalize (object);
}
static void