mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
rtpjitterbuffer: make test more stable
This commit is contained in:
parent
f997859913
commit
54524b08dc
1 changed files with 3 additions and 0 deletions
|
@ -1598,6 +1598,9 @@ GST_START_TEST (test_rtx_original_buffer_does_not_update_rtx_stats)
|
||||||
fail_unless_equals_int64 (last_rtx_request,
|
fail_unless_equals_int64 (last_rtx_request,
|
||||||
next_seqnum * TEST_BUF_DURATION + rtx_delay_ms * GST_MSECOND);
|
next_seqnum * TEST_BUF_DURATION + rtx_delay_ms * GST_MSECOND);
|
||||||
|
|
||||||
|
/* make sure the wait has settled before moving on */
|
||||||
|
gst_harness_wait_for_clock_id_waits (h, 1, 1);
|
||||||
|
|
||||||
/* ORIGINAL seqnum 6 arrives just before it times out and is considered
|
/* ORIGINAL seqnum 6 arrives just before it times out and is considered
|
||||||
* lost. */
|
* lost. */
|
||||||
now = 200 * GST_MSECOND;
|
now = 200 * GST_MSECOND;
|
||||||
|
|
Loading…
Reference in a new issue