Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc |
index 8ad60aea65aff66f3a0856b94bad65ed280285e5..f2b3669335ac15c595f4b3d70b1a82b13b553cf1 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc |
@@ -210,7 +210,8 @@ void RemoteBitrateEstimatorAbsSendTime::IncomingPacketFeedbackVector( |
for (const auto& packet_info : packet_feedback_vector) { |
IncomingPacketInfo(packet_info.arrival_time_ms, |
ConvertMsTo24Bits(packet_info.send_time_ms), |
- packet_info.payload_size, 0, packet_info.was_paced); |
+ packet_info.payload_size, 0, |
+ packet_info.probe_cluster_id); |
danilchap
2016/05/25 13:00:54
IncomingPacketInfo here still takes (bool was_pace
philipel
2016/05/26 09:59:12
I have now annihilated was_paced.
|
} |
} |