summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-06-11 22:38:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-06-11 22:38:15 +0000
commit208b9b27ba697981c986a08e3746848c19aa7fa6 (patch)
tree85b85858d74dee5b8c42a14b58af89d286e005ba
parenta3e47709c11a3993e244772940cf1fcbcb2899b1 (diff)
downloadgstreamer-plugins-bad-208b9b27ba697981c986a08e3746848c19aa7fa6.tar.gz
fixes #114976 reset object properties on ->null
Original commit message from CVS: fixes #114976 reset object properties on ->null
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1069ad80..142d26516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),