summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/app/gstappsrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/app/gstappsrc.c')
-rw-r--r--gst-libs/gst/app/gstappsrc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c
index d786424f..65e4c8c8 100644
--- a/gst-libs/gst/app/gstappsrc.c
+++ b/gst-libs/gst/app/gstappsrc.c
@@ -114,6 +114,8 @@ gst_app_src_dispose (GObject * obj)
g_queue_free (appsrc->queue);
appsrc->queue = NULL;
}
+
+ G_OBJECT_CLASS (parent_class)->dispose (obj);
}
static void