Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
index 7a31b542e3b41129a5b9bd3f83cc4f907969ebcc..2fa60a104cbf46c5ff95bbb847f68f9c8db9f3e3 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
@@ -99,9 +99,9 @@ |
MediaPacket* media_packet = static_cast<MediaPacket*>(packet); |
// TODO(philipel): Add probe_cluster_id to Packet class in order |
// to create tests for probing using cluster ids. |
- send_time_history_.AddAndRemoveOld(media_packet->header().sequenceNumber, |
- media_packet->payload_size(), |
- PacketInfo::kNotAProbe); |
+ send_time_history_.AddAndRemoveOld( |
+ media_packet->header().sequenceNumber, media_packet->payload_size(), |
+ packet->paced(), PacketInfo::kNotAProbe); |
send_time_history_.OnSentPacket(media_packet->header().sequenceNumber, |
media_packet->sender_timestamp_ms()); |
} |