summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
m---------common0
-rw-r--r--tests/check/Makefile.am3
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d9ab6c6..80988669 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
+ * tests/check/Makefile.am:
+ Re-enable the states test and see if it works on the buildbots.
+
+2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
+
* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
(gst_dvdec_src_negotiate), (gst_dvdec_chain),
(gst_dvdec_change_state):
diff --git a/common b/common
-Subproject ea828a478fe11561881a6eaf1f7bf2b0b77c8c8
+Subproject dec151d15512e4cca2dcdd36d9c6c4a2185760e
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index a63671d7..b4404add 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -49,8 +49,7 @@ check_PROGRAMS = \
elements/videofilter \
$(check_taglib)
-VALGRIND_TO_FIX = \
- generic/states
+VALGRIND_TO_FIX =
TESTS = $(check_PROGRAMS)