mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
encoding-profile: Chain up to parent class finalize
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7123>
This commit is contained in:
parent
c4fe9786ea
commit
02607432e3
1 changed files with 2 additions and 0 deletions
|
@ -470,6 +470,8 @@ gst_encoding_profile_finalize (GObject * object)
|
||||||
if (prof->restriction)
|
if (prof->restriction)
|
||||||
gst_caps_unref (prof->restriction);
|
gst_caps_unref (prof->restriction);
|
||||||
g_free (prof->preset_name);
|
g_free (prof->preset_name);
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (gst_encoding_profile_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue