diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-11 22:38:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-11 22:38:15 +0000 |
commit | 208b9b27ba697981c986a08e3746848c19aa7fa6 (patch) | |
tree | 85b85858d74dee5b8c42a14b58af89d286e005ba | |
parent | a3e47709c11a3993e244772940cf1fcbcb2899b1 (diff) | |
download | gst-plugins-bad-208b9b27ba697981c986a08e3746848c19aa7fa6.tar.gz gst-plugins-bad-208b9b27ba697981c986a08e3746848c19aa7fa6.tar.bz2 gst-plugins-bad-208b9b27ba697981c986a08e3746848c19aa7fa6.zip |
fixes #114976 reset object properties on ->null
Original commit message from CVS:
fixes #114976
reset object properties on ->null
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-06-12 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst/videotestsrc/gstvideotestsrc.c: + (gst_videotestsrc_change_state), (gst_videotestsrc_init), + (gst_videotestsrc_reset): reset object properties on ->NULL + * sys/xvideo/xvideosink.c: (gst_xvideosink_class_init), + (gst_xvideosink_init), (gst_xvideosink_reset), + (gst_xvideosink_change_state): reset object properties on ->NULL + 2003-05-31 Thomas Vander Stichele <thomas at apestaart dot org> * gst-libs/gst/play/play.c: (gst_play_get_length_callback), |