spc: fix missing dispose chaining to parent class

Not even compiled, I do not have the dependencies needed.
This commit is contained in:
Vincent Penquerc'h 2012-01-16 16:59:57 +00:00
parent 26a1ca09aa
commit 83878ec6ef

View file

@ -167,6 +167,8 @@ gst_spc_dec_dispose (GObject * object)
}
spc_tag_free (&spc->tag_info);
GST_CALL_PARENT (G_OBJECT_CLASS, dispose, (object));
}
static GstFlowReturn