mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
sirenenc: fix base class call mixup in finalize
This commit is contained in:
parent
23388f2e64
commit
6cad606ead
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ gst_siren_enc_finalize (GObject * object)
|
|||
Siren7_CloseEncoder (enc->encoder);
|
||||
g_object_unref (enc->adapter);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue