rtpjitterbuffer: Fix unit test by disabling adaptive misorder/dropout calculations
authorSebastian Dröge <sebastian@centricular.com>
Thu, 18 Aug 2016 06:57:51 +0000 (09:57 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 18 Aug 2016 06:58:58 +0000 (09:58 +0300)
commita1eefe23deb5407c2fd4fb9a8e4550a483cf4c6e
treea6f565184a27eb0522cbfd72446a853b1a235dc1
parentb9a818870435afba579955c2c2f2c271f755bf72
rtpjitterbuffer: Fix unit test by disabling adaptive misorder/dropout calculations

Need to set max-misorder-time and max-dropout-time to 0 so the
jitterbuffer does not base them on packet rate calculations.
If it does, out gap is big enough to be considered a new stream and
we wait for a few consecutive packets just to be sure

https://bugzilla.gnome.org/show_bug.cgi?id=751311
tests/check/elements/rtpjitterbuffer.c