From 0725e54d6c8865b3c6ade5bd172a6436b76c8b52 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sun, 27 Jan 2019 09:19:00 -0500 Subject: [PATCH] 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. --- tests/check/elements/rtph265.c | 2 ++ 1 file changed, 2 insertions(+) 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);