encoding-profile: Chain up to parent class finalize

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7115>
This commit is contained in:
Edward Hervey 2024-06-28 17:09:58 +02:00 committed by GStreamer Marge Bot
parent c0a02affa4
commit 651568d543

View file

@ -471,6 +471,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