diff --git a/tests/check/elements/rtph265.c b/tests/check/elements/rtph265.c index 445d152661..9ed8a32bbe 100644 --- a/tests/check/elements/rtph265.c +++ b/tests/check/elements/rtph265.c @@ -626,6 +626,8 @@ rtph265_suite (void) tcase_add_test (tc_chain, test_rtph265depay_with_downstream_allocator); tcase_add_test (tc_chain, test_rtph265depay_eos); tcase_add_test (tc_chain, test_rtph265depay_marker_to_flag); + /* TODO We need a sample to test with */ + /* tcase_add_test (tc_chain, test_rtph265depay_aggregate_marker); */ tc_chain = tcase_create ("rtph265pay"); suite_add_tcase (s, tc_chain);