mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
encoding-profile: Chain up to parent class finalize
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7115>
This commit is contained in:
parent
c0a02affa4
commit
651568d543
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue