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

Unified Diff: webrtc/call/call.cc

Issue 2974453002: Protected streams report RTP messages directly to the FlexFec streams (Closed)
Patch Set: Created 3 years, 5 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/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index 27552b5d5788bf7608cbdb2a6e8ab82451fe8c98..3ce7b12d1fdfee80c82c39331e110e11b5f58a2d 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -823,6 +823,7 @@ void Call::DestroyVideoReceiveStream(
delete receive_stream_impl;
}
+// TODO(eladalon): Return a unique_ptr instead?
stefan-webrtc 2017/07/07 09:36:24 Maybe it makes sense to keep this out of this CL u
eladalon 2017/07/07 14:16:24 Done.
FlexfecReceiveStream* Call::CreateFlexfecReceiveStream(
const FlexfecReceiveStream::Config& config) {
TRACE_EVENT0("webrtc", "Call::CreateFlexfecReceiveStream");

Powered by Google App Engine
This is Rietveld 408576698