transcoder: Free various props before during cleanup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8978>
This commit is contained in:
parent
5867c7900a
commit
e81d0124da
@ -263,6 +263,7 @@ gst_transcoder_finalize (GObject * object)
|
||||
g_free (self->dest_uri);
|
||||
g_cond_clear (&self->cond);
|
||||
gst_object_unref (self->api_bus);
|
||||
gst_clear_object (&self->profile);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user