gst-plugins-bad: gme: fix missing dispose chaining to parent class
Vincent Penquerc'h
vincent at kemper.freedesktop.org
Mon Jan 16 09:11:16 PST 2012
Module: gst-plugins-bad
Branch: master
Commit: 98d10913de15b45429458cc91422606696062408
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=98d10913de15b45429458cc91422606696062408
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date: Mon Jan 16 17:01:18 2012 +0000
gme: fix missing dispose chaining to parent class
Not compiled, I do not have the necessary dependencies.
---
ext/gme/gstgme.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c
index 14ee7d3..5bfe361 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
More information about the gstreamer-commits
mailing list