Chromium Code Reviews| Index: talk/session/media/channel.cc |
| diff --git a/talk/session/media/channel.cc b/talk/session/media/channel.cc |
| index 294681ef1449aa94033112e8e5315cec5048a0f7..091878a4e1957a0a1c2f8e24dbf5dc318dd01871 100644 |
| --- a/talk/session/media/channel.cc |
| +++ b/talk/session/media/channel.cc |
| @@ -1717,10 +1717,6 @@ void VideoChannel::ChangeState() { |
| // Render incoming data if we're the active call, and we have the local |
| // content. We receive data on the default channel and multiplexed streams. |
| bool recv = IsReadyToReceive(); |
|
pthatcher1
2015/09/16 22:18:22
Might as well remove |recv| and the LOG(LS_INFO) b
pbos-webrtc
2015/09/24 16:44:38
Done.
|
| - if (!media_channel()->SetRender(recv)) { |
| - LOG(LS_ERROR) << "Failed to SetRender on video channel"; |
| - // TODO(gangji): Report error back to server. |
| - } |
| // Send outgoing data if we're the active call, we have the remote content, |
| // and we have had some form of connectivity. |