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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user