mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
cf3da6a443
commit
0725e54d6c
1 changed files with 2 additions and 0 deletions
|
@ -626,6 +626,8 @@ rtph265_suite (void)
|
||||||
tcase_add_test (tc_chain, test_rtph265depay_with_downstream_allocator);
|
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_eos);
|
||||||
tcase_add_test (tc_chain, test_rtph265depay_marker_to_flag);
|
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");
|
tc_chain = tcase_create ("rtph265pay");
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
|
|
Loading…
Reference in a new issue