Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(946)

Unified Diff: talk/session/media/channel.cc

Issue 1334793003: Remove VideoMediaChannel::SetRender(). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove fake SetRender Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/media/webrtc/webrtcvideoengine2_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « talk/media/webrtc/webrtcvideoengine2_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698