Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
index eace9fc8b0a825b69a754706a217d5812cdc61b5..ed459fe4a2bf0e3bacb19fbe1704de058493214b 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
@@ -44,7 +44,7 @@ void RemoteEstimatorProxy::IncomingPacketFeedbackVector( |
void RemoteEstimatorProxy::IncomingPacket(int64_t arrival_time_ms, |
size_t payload_size, |
const RTPHeader& header, |
- bool was_paced) { |
+ int probe_cluster_id) { |
if (!header.extension.hasTransportSequenceNumber) { |
LOG(LS_WARNING) << "RemoteEstimatorProxy: Incoming packet " |
"is missing the transport sequence number extension!"; |