From e25f281de803d971139ea2ff04f34caf3402c9cc Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 24 Apr 2009 18:13:00 +0100 Subject: [PATCH] check: Disable the playbin2 for this release, as it is a bit racy. Disable the test, as per the discussion in #580120. Needs re-enabling after the release, when playbin2 is fixed. --- tests/check/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 537399117f..992b85a971 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -100,7 +100,6 @@ check_PROGRAMS = \ elements/gdppay \ elements/multifdsink \ elements/playbin \ - elements/playbin2 \ $(check_subparse) \ elements/videorate \ elements/videoscale \ @@ -131,7 +130,7 @@ VALGRIND_TO_FIX = \ libs/video # these tests don't even pass -noinst_PROGRAMS = $(check_libvisual) +noinst_PROGRAMS = $(check_libvisual) elements/playbin2 AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS) LDADD = $(GST_LIBS) $(GST_CHECK_LIBS)