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
This commit is contained in:
Jan Schmidt 2004-11-01 11:02:31 +00:00
parent f37c92feee
commit e7d7592bf6

View file

@ -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: