diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-11-01 11:02:31 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-11-01 11:02:31 +0000 |
commit | 5d9421d34f4b8bc8b0a64cb71a891a7a89e18e1f (patch) | |
tree | 08d579cd1d2313a81ce8a2b16c769c574435a3ba | |
parent | d97f896d18954633424953245f6d62b62726a108 (diff) | |
download | gst-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
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |