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

Unified Diff: webrtc/media/webrtc/nullwebrtcvideoengine.h

Issue 1670153003: Introduce struct MediaConfig, with construction-time settings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: git cl format Created 4 years, 10 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/webrtc/nullwebrtcvideoengine.h
diff --git a/webrtc/media/webrtc/nullwebrtcvideoengine.h b/webrtc/media/webrtc/nullwebrtcvideoengine.h
index 29feef129e27265134004776d4a735e5eb34c21e..54ed27dbdbb0f440aea7aa0054b282744982d0c4 100644
--- a/webrtc/media/webrtc/nullwebrtcvideoengine.h
+++ b/webrtc/media/webrtc/nullwebrtcvideoengine.h
@@ -51,7 +51,8 @@ class NullWebRtcVideoEngine {
}
VideoMediaChannel* CreateChannel(webrtc::Call* call,
- const VideoOptions& options) {
+ const MediaConfig& config,
+ const VideoOptions& options) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698