| Index: webrtc/pc/channel.cc
|
| diff --git a/webrtc/pc/channel.cc b/webrtc/pc/channel.cc
|
| index 02d93f79e760968226aac953a4fa01565fbeb7b3..794db7140f5ceb8385e05c4d27c960a70afc41ee 100644
|
| --- a/webrtc/pc/channel.cc
|
| +++ b/webrtc/pc/channel.cc
|
| @@ -1258,9 +1258,10 @@ bool BaseChannel::SetRtcpMux_n(bool enable,
|
| case CA_ANSWER:
|
| ret = rtcp_mux_filter_.SetAnswer(enable, src);
|
| if (ret && rtcp_mux_filter_.IsActive()) {
|
| - // We activated RTCP mux, close down the RTCP transport.
|
| + // We permanently activated RTCP muxing; signal that we no longer need
|
| + // the RTCP transport.
|
| LOG(LS_INFO) << "Enabling rtcp-mux for " << content_name()
|
| - << " by destroying RTCP transport for "
|
| + << "; no longer need RTCP transport for "
|
| << transport_name();
|
| if (rtcp_packet_transport_) {
|
| SetTransport_n(true, nullptr, nullptr);
|
|
|