mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
71a372c847
commit
e25f281de8
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue