Skip to content

rtpjitterbuffer: make test more stable

Håvard Graff requested to merge hgr/gst-plugins-good:jb_test_fix into master

Running this locally, this particular test failed quite often.

Investigating, it was a race where the clock had not quite settled before being rescheduled again, causing it not to wake up and producing an additional rtx-event.

Forcing the clock to start waiting makes the race disappear.

Merge request reports