mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
spc: fix missing dispose chaining to parent class
Not even compiled, I do not have the dependencies needed.
This commit is contained in:
parent
26a1ca09aa
commit
83878ec6ef
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ gst_spc_dec_dispose (GObject * object)
|
||||||
}
|
}
|
||||||
|
|
||||||
spc_tag_free (&spc->tag_info);
|
spc_tag_free (&spc->tag_info);
|
||||||
|
|
||||||
|
GST_CALL_PARENT (G_OBJECT_CLASS, dispose, (object));
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
|
|
Loading…
Reference in a new issue