summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/directfb/dfbvideosink.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fabe77e..bd9ed81a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
+ Chain up in finalize.
+
2007-03-03 Michael Smith <msmith@fluendo.com>
* configure.ac:
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c
index 1b72de87..92bd61b3 100644
--- a/ext/directfb/dfbvideosink.c
+++ b/ext/directfb/dfbvideosink.c
@@ -2224,6 +2224,8 @@ gst_dfbvideosink_finalize (GObject * object)
if (dfbvideosink->setup) {
gst_dfbvideosink_cleanup (dfbvideosink);
}
+
+ G_OBJECT_CLASS (parent_class)->finalize (object);
}
static void