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

Unified Diff: talk/media/webrtc/webrtcvideoengine2.cc

Issue 1302173004: Remove per-frame captured frame logging. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/webrtc/webrtcvideoengine2.cc
diff --git a/talk/media/webrtc/webrtcvideoengine2.cc b/talk/media/webrtc/webrtcvideoengine2.cc
index 05cd6bbcf1a582380d1c35b5aeb3dbdfb98f2b31..ba96504a77ae77561d72146c02328a2e2c2ac8e2 100644
--- a/talk/media/webrtc/webrtcvideoengine2.cc
+++ b/talk/media/webrtc/webrtcvideoengine2.cc
@@ -1824,10 +1824,6 @@ void WebRtcVideoChannel2::WebRtcVideoSendStream::InputFrame(
SetDimensions(
video_frame.width(), video_frame.height(), capturer->IsScreencast());
- LOG(LS_VERBOSE) << "IncomingCapturedFrame: " << video_frame.width() << "x"
- << video_frame.height() << " -> (codec) "
- << parameters_.encoder_config.streams.back().width << "x"
- << parameters_.encoder_config.streams.back().height;
stream_->Input()->IncomingCapturedFrame(video_frame);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698