mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
tests: remove GST_DISABLE_PARSE guards from two tests that don't require it
This commit is contained in:
parent
df43022899
commit
9c21327a8d
2 changed files with 0 additions and 8 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
|
||||||
|
|
|
@ -1035,7 +1035,6 @@ GST_START_TEST (test_flush_start_flush_stop)
|
||||||
|
|
||||||
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;
|
||||||
|
@ -1096,7 +1095,6 @@ GST_START_TEST (test_segment_base_handling)
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
#endif
|
|
||||||
|
|
||||||
static Suite *
|
static Suite *
|
||||||
compositor_suite (void)
|
compositor_suite (void)
|
||||||
|
@ -1116,9 +1114,7 @@ compositor_suite (void)
|
||||||
tcase_add_test (tc_chain, test_duration_unknown_overrides);
|
tcase_add_test (tc_chain, test_duration_unknown_overrides);
|
||||||
tcase_add_test (tc_chain, test_loop);
|
tcase_add_test (tc_chain, test_loop);
|
||||||
tcase_add_test (tc_chain, test_flush_start_flush_stop);
|
tcase_add_test (tc_chain, test_flush_start_flush_stop);
|
||||||
#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