mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
tests: remove GST_DISABLE_PARSE guards from two tests that don't require it
This commit is contained in:
parent
195e54e06a
commit
91ff1a2957
1 changed files with 0 additions and 4 deletions
|
@ -1774,7 +1774,6 @@ GST_START_TEST (test_sync_unaligned)
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
||||||
#ifndef GST_DISABLE_PARSE
|
|
||||||
GST_START_TEST (test_segment_base_handling)
|
GST_START_TEST (test_segment_base_handling)
|
||||||
{
|
{
|
||||||
GstElement *pipeline, *sink, *mix, *src1, *src2;
|
GstElement *pipeline, *sink, *mix, *src1, *src2;
|
||||||
|
@ -1834,7 +1833,6 @@ GST_START_TEST (test_segment_base_handling)
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
#endif
|
|
||||||
|
|
||||||
static Suite *
|
static Suite *
|
||||||
audiomixer_suite (void)
|
audiomixer_suite (void)
|
||||||
|
@ -1859,9 +1857,7 @@ audiomixer_suite (void)
|
||||||
tcase_add_test (tc_chain, test_sync);
|
tcase_add_test (tc_chain, test_sync);
|
||||||
tcase_add_test (tc_chain, test_sync_discont);
|
tcase_add_test (tc_chain, test_sync_discont);
|
||||||
tcase_add_test (tc_chain, test_sync_unaligned);
|
tcase_add_test (tc_chain, test_sync_unaligned);
|
||||||
#ifndef GST_DISABLE_PARSE
|
|
||||||
tcase_add_test (tc_chain, test_segment_base_handling);
|
tcase_add_test (tc_chain, test_segment_base_handling);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Use a longer timeout */
|
/* Use a longer timeout */
|
||||||
#ifdef HAVE_VALGRIND
|
#ifdef HAVE_VALGRIND
|
||||||
|
|
Loading…
Reference in a new issue