diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-17 14:15:23 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-17 14:15:23 +0000 |
commit | eb1c3d3cc55e575298ad0ee7412a46a302c51e76 (patch) | |
tree | 70fccd166db4b68ee70411695043a8105f0852e6 | |
parent | 76a27c7c5d623ef731e8a3b861793a49949a7306 (diff) |
run as finalize, not dispose
Original commit message from CVS:
run as finalize, not dispose
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + add videorate + * sys/ximage/ximagesink.c: (gst_ximagesink_finalize), + (gst_ximagesink_class_init): + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize), + (gst_xvimagesink_class_init): + run them as finalize, not dispose, since dispose can be invoked + multiple times + 2004-06-17 Wim Taymans <wim@fluendo.com> * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose), |