| Index: webrtc/call/video_receive_stream.cc
|
| diff --git a/webrtc/call/video_receive_stream.cc b/webrtc/call/video_receive_stream.cc
|
| index bc65869f915d09c2631a87fa2b8663b435a100fd..ef6c6084de2d8256e629c8c87581d00b63683632 100644
|
| --- a/webrtc/call/video_receive_stream.cc
|
| +++ b/webrtc/call/video_receive_stream.cc
|
| @@ -113,8 +113,8 @@ std::string VideoReceiveStream::Config::Rtp::ToString() const {
|
| ss << ", ulpfec: " << ulpfec.ToString();
|
| ss << ", rtx_ssrc: " << rtx_ssrc;
|
| ss << ", rtx_payload_types: {";
|
| - for (auto& kv : rtx_payload_types) {
|
| - ss << kv.first << " (apt) -> " << kv.second << " (pt), ";
|
| + for (auto& kv : rtx_associated_payload_types) {
|
| + ss << kv.first << " (pt) -> " << kv.second << " (apt), ";
|
| }
|
| ss << '}';
|
| ss << ", extensions: [";
|
|
|