diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2012-01-16 16:59:57 +0000 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2012-01-16 17:10:30 +0000 |
commit | 83878ec6ef644c6c50e4389701594fa2449d0d6b (patch) | |
tree | d0d89867f45d463f59623a3a20c6b695961d321e /ext | |
parent | 26a1ca09aa7131879bae33a4a9533511d6ad6a79 (diff) | |
download | gstreamer-plugins-bad-83878ec6ef644c6c50e4389701594fa2449d0d6b.tar.gz |
spc: fix missing dispose chaining to parent class
Not even compiled, I do not have the dependencies needed.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/spc/gstspc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c index 70d2340ad..fb85ca3ef 100644 --- a/ext/spc/gstspc.c +++ b/ext/spc/gstspc.c @@ -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 |