test: h265depay: Add todo for testing aggregate packets with marker

We are missing a sample to test this, but a fix has been made, so add a
todo.
This commit is contained in:
Nicolas Dufresne 2019-01-27 09:19:00 -05:00 committed by Olivier Crête
parent cf3da6a443
commit 0725e54d6c

View file

@ -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);