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

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

Issue 1646253004: Split out dscp option from VideoOptions to new struct MediaChannelOptions. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix accidentally broken combined_audio_video_bwe option. Created 4 years, 11 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: talk/media/webrtc/nullwebrtcvideoengine.h
diff --git a/talk/media/webrtc/nullwebrtcvideoengine.h b/talk/media/webrtc/nullwebrtcvideoengine.h
index 8af83a8ab1310163f37d93e673d1fa7204d25c5c..aa57bfd5f64234bba224b762f1f877d9cbd60cb7 100644
--- a/talk/media/webrtc/nullwebrtcvideoengine.h
+++ b/talk/media/webrtc/nullwebrtcvideoengine.h
@@ -68,7 +68,8 @@ class NullWebRtcVideoEngine {
}
VideoMediaChannel* CreateChannel(webrtc::Call* call,
- const VideoOptions& options) {
+ const MediaChannelOptions& options,
+ const VideoOptions& video_options) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698