test: h265depay: Add todo for testing aggregate packets with marker
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 27 Jan 2019 14:19:00 +0000 (09:19 -0500)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Thu, 31 Jan 2019 19:30:14 +0000 (19:30 +0000)
We are missing a sample to test this, but a fix has been made, so add a
todo.

tests/check/elements/rtph265.c

index 445d152..9ed8a32 100644 (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);