| Index: webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc
|
| diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc
|
| index ad8a6f9e77140d7a7af703c08df4d746be51c569..2c683fd34ba3662827e87d863114c015650277b7 100644
|
| --- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc
|
| +++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc
|
| @@ -286,7 +286,7 @@ void SendSideBandwidthEstimation::UpdateEstimate(int64_t now_ms) {
|
| last_fraction_loss_ != last_logged_fraction_loss_ ||
|
| last_rtc_event_log_ms_ == -1 ||
|
| now_ms - last_rtc_event_log_ms_ > kRtcEventLogPeriodMs) {
|
| - event_log_->LogBwePacketLossEvent(capped_bitrate, last_fraction_loss_,
|
| + event_log_->LogLossBasedBweUpdate(capped_bitrate, last_fraction_loss_,
|
| expected_packets_since_last_loss_update_);
|
| last_logged_fraction_loss_ = last_fraction_loss_;
|
| last_rtc_event_log_ms_ = now_ms;
|
|
|