Skip to content

rtpjitterbuffer: various test-improvements

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

Mainly generalize all the latest tests that have found various stalls in the jitterbuffer, so that they only consist of a series of packets with various seqnum/rtptime/rtx combinations, arriving at a specific time.

This means future tests can be more easily written to prove certain behavior does not cause stalls.

Also fix the warning on windows: warning C4244: 'initializing': conversion from 'double' to 'gint', possible loss of data

Merge request reports