Fix bug when the BWE times out due to no incoming packets.

Both InterArrival and OveruseEstimator should be timed out at the same time since otherwise the overuse filter may take a long time to converge.

BUG=webrtc:5773

Review URL: https://codereview.webrtc.org/1886783002

Cr-Commit-Position: refs/heads/master@{#12364}
This commit is contained in:
stefan
2016-04-14 08:08:15 -07:00
committed by Commit bot
parent 00b62b0849
commit 1112b2bc68
9 changed files with 23 additions and 26 deletions

View File

@ -18,7 +18,7 @@
namespace webrtc {
static const int kBurstDeltaThresholdMs = 5;
static const int kBurstDeltaThresholdMs = 5;
InterArrival::InterArrival(uint32_t timestamp_group_length_ticks,
double timestamp_to_ms_coeff,