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.
This commit is contained in:
Jan Schmidt 2009-04-24 18:13:00 +01:00
parent 71a372c847
commit e25f281de8

View file

@ -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)