summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd456361..240a6b7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-03-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * configure.ac:
+ * gst/autodetect/gstautoaudiosink.c:
+ (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_init),
+ (gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state):
+ * gst/autodetect/gstautoaudiosink.h:
+ * gst/autodetect/gstautovideosink.c:
+ (gst_auto_video_sink_class_init), (gst_auto_video_sink_init),
+ (gst_auto_video_sink_detect), (gst_auto_video_sink_change_state):
+ * gst/autodetect/gstautovideosink.h:
+ Fix testsuite, re-enable autosink.
+
2005-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 5fd08865..bdd6ebe0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -369,6 +369,7 @@ GST_PLUGINS_ALL="\
audioscale \
audiorate \
auparse \
+ autodetect \
avi \
cdxaparse \
chart \
@@ -1950,6 +1951,7 @@ gst/asfdemux/Makefile
gst/audioconvert/Makefile
gst/audioscale/Makefile
gst/audiorate/Makefile
+gst/autodetect/Makefile
gst/auparse/Makefile
gst/avi/Makefile
gst/cdxaparse/Makefile