mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests/check/: Enable ffmpegcolorspace test now that the RGBA32 issue is fixed (for now not for valgrinding though, si...
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/elements/ffmpegcolorspace.c: (ffmpegcolorspace_suite): Enable ffmpegcolorspace test now that the RGBA32 issue is fixed (for now not for valgrinding though, since it takes too long).
This commit is contained in:
parent
760e6b8be8
commit
0c920e5fcb
3 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
* tests/check/elements/ffmpegcolorspace.c:
|
||||
(ffmpegcolorspace_suite):
|
||||
Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
|
||||
(for now not for valgrinding though, since it takes too long).
|
||||
|
||||
2006-11-20 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
|
||||
|
|
|
@ -55,6 +55,7 @@ check_PROGRAMS = \
|
|||
elements/audiorate \
|
||||
elements/audioresample \
|
||||
elements/audiotestsrc \
|
||||
elements/ffmpegcolorspace \
|
||||
elements/gdpdepay \
|
||||
elements/gdppay \
|
||||
elements/multifdsink \
|
||||
|
@ -74,15 +75,16 @@ check_PROGRAMS = \
|
|||
# TORTURE_TO_FIX = \
|
||||
# elements/adder
|
||||
|
||||
# ffmpegcolorspace takes too long, so disabled for now
|
||||
VALGRIND_TO_FIX = \
|
||||
elements/alsa \
|
||||
elements/audioresample \
|
||||
elements/ffmpegcolorspace \
|
||||
generic/states \
|
||||
libs/video
|
||||
|
||||
# these tests don't even pass
|
||||
noinst_PROGRAMS = \
|
||||
elements/ffmpegcolorspace
|
||||
noinst_PROGRAMS =
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)
|
||||
LDADD = $(GST_LIBS) $(GST_CHECK_LIBS)
|
||||
|
|
|
@ -426,7 +426,7 @@ ffmpegcolorspace_suite (void)
|
|||
* during which it causes SIGILLs etc. to be fired */
|
||||
g_setenv ("OIL_CPU_FLAGS", "0", 0);
|
||||
/* test_rgb_formats takes a bit longer, so increase timeout */
|
||||
tcase_set_timeout (tc_chain, 5 * 60);
|
||||
tcase_set_timeout (tc_chain, 10 * 60);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue