mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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>
|
2006-11-20 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
|
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
|
||||||
|
|
|
@ -55,6 +55,7 @@ check_PROGRAMS = \
|
||||||
elements/audiorate \
|
elements/audiorate \
|
||||||
elements/audioresample \
|
elements/audioresample \
|
||||||
elements/audiotestsrc \
|
elements/audiotestsrc \
|
||||||
|
elements/ffmpegcolorspace \
|
||||||
elements/gdpdepay \
|
elements/gdpdepay \
|
||||||
elements/gdppay \
|
elements/gdppay \
|
||||||
elements/multifdsink \
|
elements/multifdsink \
|
||||||
|
@ -74,15 +75,16 @@ check_PROGRAMS = \
|
||||||
# TORTURE_TO_FIX = \
|
# TORTURE_TO_FIX = \
|
||||||
# elements/adder
|
# elements/adder
|
||||||
|
|
||||||
|
# ffmpegcolorspace takes too long, so disabled for now
|
||||||
VALGRIND_TO_FIX = \
|
VALGRIND_TO_FIX = \
|
||||||
elements/alsa \
|
elements/alsa \
|
||||||
elements/audioresample \
|
elements/audioresample \
|
||||||
|
elements/ffmpegcolorspace \
|
||||||
generic/states \
|
generic/states \
|
||||||
libs/video
|
libs/video
|
||||||
|
|
||||||
# these tests don't even pass
|
# these tests don't even pass
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS =
|
||||||
elements/ffmpegcolorspace
|
|
||||||
|
|
||||||
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)
|
||||||
|
|
|
@ -426,7 +426,7 @@ ffmpegcolorspace_suite (void)
|
||||||
* during which it causes SIGILLs etc. to be fired */
|
* during which it causes SIGILLs etc. to be fired */
|
||||||
g_setenv ("OIL_CPU_FLAGS", "0", 0);
|
g_setenv ("OIL_CPU_FLAGS", "0", 0);
|
||||||
/* test_rgb_formats takes a bit longer, so increase timeout */
|
/* 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
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue