From 98d10913de15b45429458cc91422606696062408 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 16 Jan 2012 17:01:18 +0000 Subject: [PATCH] gme: fix missing dispose chaining to parent class Not compiled, I do not have the necessary dependencies. --- ext/gme/gstgme.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c index 14ee7d3058..5bfe361daf 100644 --- a/ext/gme/gstgme.c +++ b/ext/gme/gstgme.c @@ -172,6 +172,8 @@ gst_gme_dec_dispose (GObject * object) g_object_unref (gme->adapter); gme->adapter = NULL; } + + GST_CALL_PARENT (G_OBJECT_CLASS, dispose, (object)); } static GstFlowReturn