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

Unified Diff: webrtc/media/engine/fakewebrtccall.h

Issue 2660403004: Fix and improve FlexFEC configuration for RTP/RTCP. (Closed)
Patch Set: EXPECT -> ASSERT. Created 3 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
« no previous file with comments | « no previous file | webrtc/media/engine/fakewebrtccall.cc » ('j') | webrtc/media/engine/webrtcvideoengine2.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/fakewebrtccall.h
diff --git a/webrtc/media/engine/fakewebrtccall.h b/webrtc/media/engine/fakewebrtccall.h
index 9ceda0fcb85998c57039fdeabed4e20f6750b34b..8557720d271f3f1494bdb8c8a13756bcee3d7d6a 100644
--- a/webrtc/media/engine/fakewebrtccall.h
+++ b/webrtc/media/engine/fakewebrtccall.h
@@ -174,7 +174,7 @@ class FakeVideoReceiveStream final : public webrtc::VideoReceiveStream {
public:
explicit FakeVideoReceiveStream(webrtc::VideoReceiveStream::Config config);
- const webrtc::VideoReceiveStream::Config& GetConfig();
+ const webrtc::VideoReceiveStream::Config& GetConfig() const;
bool IsReceiving() const;
« no previous file with comments | « no previous file | webrtc/media/engine/fakewebrtccall.cc » ('j') | webrtc/media/engine/webrtcvideoengine2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698