| Index: call/video_receive_stream.cc
|
| diff --git a/call/video_receive_stream.cc b/call/video_receive_stream.cc
|
| index 76892ea922a4fbc1ceefdf34fc89a09442389d84..f338805746db4848a1430054451ba077c4f021e0 100644
|
| --- a/call/video_receive_stream.cc
|
| +++ b/call/video_receive_stream.cc
|
| @@ -110,7 +110,8 @@ std::string VideoReceiveStream::Config::Rtp::ToString() const {
|
| ss << ", remb: " << (remb ? "on" : "off");
|
| ss << ", transport_cc: " << (transport_cc ? "on" : "off");
|
| ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}';
|
| - ss << ", ulpfec: " << ulpfec.ToString();
|
| + ss << ", ulpfec_payload_type: " << ulpfec_payload_type;
|
| + ss << ", red_type: " << red_payload_type;
|
| ss << ", rtx_ssrc: " << rtx_ssrc;
|
| ss << ", rtx_payload_types: {";
|
| for (auto& kv : rtx_associated_payload_types) {
|
|
|