summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sys/ximage/gstximagesrc.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eada776a..83ddc15a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
+ * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
+ Chain up in dispose
+
+2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
+
* gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
(gst_multipart_find_pad_by_mime):
Use gst_pad_new_from_static_template instead of
diff --git a/sys/ximage/gstximagesrc.c b/sys/ximage/gstximagesrc.c
index 024f7c63..bff49887 100644
--- a/sys/ximage/gstximagesrc.c
+++ b/sys/ximage/gstximagesrc.c
@@ -838,6 +838,8 @@ gst_ximage_src_dispose (GObject * object)
{
/* Drop references in the buffer_pool */
gst_ximage_src_clear_bufpool (GST_XIMAGE_SRC (object));
+
+ G_OBJECT_CLASS (parent_class)->dispose (object);
}
static void