summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-11-01 12:39:16 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-11-01 12:39:16 +0000
commit7448422fe23877056ce9822bef698283e77a56b1 (patch)
tree5526f479b642f73932a8e0f279dce6b34edd4892 /ChangeLog
parent7d9dd13c6e11c0e8be2906b41d23103bf6a83200 (diff)
gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class_init.
Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_change_state): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_class_init), (gst_auto_video_sink_change_state): Fix state change function and use GST_DEBUG_FUNCPTR in class_init.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ff99774..a1ae81a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-01 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/autodetect/gstautoaudiosink.c:
+ (gst_auto_audio_sink_class_init),
+ (gst_auto_audio_sink_change_state):
+ * gst/autodetect/gstautovideosink.c:
+ (gst_auto_video_sink_class_init),
+ (gst_auto_video_sink_change_state):
+ Fix state change function and use GST_DEBUG_FUNCPTR in
+ class_init.
+
2005-11-01 Josef Zlomek <josef dot zlomek at xeris dot cz>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>