summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-11-01 11:02:31 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-11-01 11:02:31 +0000
commit5d9421d34f4b8bc8b0a64cb71a891a7a89e18e1f (patch)
tree08d579cd1d2313a81ce8a2b16c769c574435a3ba /ChangeLog
parentd97f896d18954633424953245f6d62b62726a108 (diff)
downloadgst-plugins-bad-5d9421d34f4b8bc8b0a64cb71a891a7a89e18e1f.tar.gz
gst-plugins-bad-5d9421d34f4b8bc8b0a64cb71a891a7a89e18e1f.tar.bz2
gst-plugins-bad-5d9421d34f4b8bc8b0a64cb71a891a7a89e18e1f.zip
ext/esd/esdsink.c: Use a finalize function, not dispose, and more importantly, call the parent class finalize functio...
Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_finalize): Use a finalize function, not dispose, and more importantly, call the parent class finalize function too
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37f820aa..41612572 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
+ * ext/esd/esdsink.c: (gst_esdsink_class_init),
+ (gst_esdsink_finalize):
+ Use a finalize function, not dispose, and more importantly,
+ call the parent class finalize function too
+
2004-11-01 Johan Dahlin <johan@gnome.org>
* ext/ogg/gstoggdemux.c: