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

Unified Diff: webrtc/media/base/mediachannel.h

Issue 2304363002: Let ViEEncoder express resolution requests as Sinkwants (Closed)
Patch Set: Fix broken test RunOnTqNormalUsage. Created 4 years, 2 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
Index: webrtc/media/base/mediachannel.h
diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
index b71a309233546f941150431bf5df4aca8f46b095..78d0fe0dc7b87634f28551efb0b098e6cdef5a21 100644
--- a/webrtc/media/base/mediachannel.h
+++ b/webrtc/media/base/mediachannel.h
@@ -104,9 +104,7 @@ struct MediaConfig {
// Video-specific config.
struct Video {
// Enable WebRTC CPU Overuse Detection. This flag comes from the
- // PeerConnection constraint 'googCpuOveruseDetection' and is
- // checked in WebRtcVideoChannel2::OnLoadUpdate, where it's passed
- // to VideoCapturer::video_adapter()->OnCpuResolutionRequest.
+ // PeerConnection constraint 'googCpuOveruseDetection'.
bool enable_cpu_overuse_detection = true;
// Enable WebRTC suspension of video. No video frames will be sent

Powered by Google App Engine
This is Rietveld 408576698