Index: media/cast/rtcp/rtcp_receiver.cc |
diff --git a/media/cast/rtcp/rtcp_receiver.cc b/media/cast/rtcp/rtcp_receiver.cc |
index 649b6842f12bcae1089dcaef1d5a285912461ac3..14873d7463f5caed0fc7deaf6ce9e67c68330d6d 100644 |
--- a/media/cast/rtcp/rtcp_receiver.cc |
+++ b/media/cast/rtcp/rtcp_receiver.cc |
@@ -569,6 +569,7 @@ void RtcpReceiver::HandlePayloadSpecificCastItem(RtcpParser* rtcp_parser) { |
RtcpCastMessage cast_message(remote_ssrc_); |
cast_message.ack_frame_id_ = ack_frame_id_wrap_helper_.MapTo32bitsFrameId( |
rtcp_field.cast_item.last_frame_id); |
+ cast_message.target_delay_ms_ = rtcp_field.cast_item.target_delay_ms; |
RtcpFieldTypes packet_type = rtcp_parser->Iterate(); |
while (packet_type == kRtcpPayloadSpecificCastNackItemCode) { |