diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-09 18:49:37 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-09 18:49:37 +0000 |
commit | d44570cfdd842176ae0168a50171d3c1232e9d0d (patch) | |
tree | 840a65a7a7feb7f30a8a0264665616d1f286ddf2 | |
parent | 9d501ec355197f1487f2476f4572d7bca8f5188a (diff) |
tests/check/Makefile.am: Re-enable the states test and see if it works on the buildbots.
Original commit message from CVS:
* tests/check/Makefile.am:
Re-enable the states test and see if it works on the buildbots.
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | tests/check/Makefile.am | 3 |
3 files changed, 6 insertions, 2 deletions
@@ -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) |