[gst-cvs] gst-plugins-base: check: Disable the playbin2 for this release, as it is a bit racy.

Jan Schmidt thaytan at kemper.freedesktop.org
Fri Apr 24 10:16:26 PDT 2009


Module: gst-plugins-base
Branch: master
Commit: e25f281de803d971139ea2ff04f34caf3402c9cc
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=e25f281de803d971139ea2ff04f34caf3402c9cc

Author: Jan Schmidt <thaytan at noraisin.net>
Date:   Fri Apr 24 18:13:00 2009 +0100

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 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 5373991..992b85a 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)





More information about the Gstreamer-commits mailing list