mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
playbin2: Enable playbin2 unit test
It now contains a single working unit test and can be enabled. The other more useful unit tests still need fixing.
This commit is contained in:
parent
52a34b65b5
commit
b029c30aa0
1 changed files with 2 additions and 1 deletions
|
@ -100,6 +100,7 @@ check_PROGRAMS = \
|
||||||
elements/gdppay \
|
elements/gdppay \
|
||||||
elements/multifdsink \
|
elements/multifdsink \
|
||||||
elements/playbin \
|
elements/playbin \
|
||||||
|
elements/playbin2 \
|
||||||
$(check_subparse) \
|
$(check_subparse) \
|
||||||
elements/videorate \
|
elements/videorate \
|
||||||
elements/videoscale \
|
elements/videoscale \
|
||||||
|
@ -131,7 +132,7 @@ VALGRIND_TO_FIX = \
|
||||||
libs/video
|
libs/video
|
||||||
|
|
||||||
# these tests don't even pass
|
# these tests don't even pass
|
||||||
noinst_PROGRAMS = $(check_libvisual) elements/playbin2
|
noinst_PROGRAMS = $(check_libvisual)
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)
|
||||||
LDADD = $(GST_LIBS) $(GST_CHECK_LIBS)
|
LDADD = $(GST_LIBS) $(GST_CHECK_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue