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

Unified Diff: webrtc/video/video_send_stream.cc

Issue 2720693007: Minor FlexFEC fixes. (Closed)
Patch Set: Comment. Created 3 years, 9 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 | « webrtc/modules/rtp_rtcp/include/flexfec_sender.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_send_stream.cc
diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
index 38a2e5df3923c641d1756948d2439d39f29a0682..25bb4683cc5c8a241f818ae4b08cbe8756c5bcc5 100644
--- a/webrtc/video/video_send_stream.cc
+++ b/webrtc/video/video_send_stream.cc
@@ -194,7 +194,7 @@ std::string VideoSendStream::Config::Rtp::ToString() const {
if (i != flexfec.protected_media_ssrcs.size() - 1)
ss << ", ";
}
- ss << ']';
+ ss << "]}";
ss << ", rtx: " << rtx.ToString();
ss << ", c_name: " << c_name;
@@ -416,7 +416,7 @@ class VideoSendStreamImpl : public webrtc::BitrateAllocatorObserver,
BitrateAllocator* const bitrate_allocator_;
VieRemb* const remb_;
- // TODO(brandtr): Consider moving this to a new FlexfecSendStream class.
+ // TODO(brandtr): Move ownership to PayloadRouter.
std::unique_ptr<FlexfecSender> flexfec_sender_;
rtc::CriticalSection ivf_writers_crit_;
« no previous file with comments | « webrtc/modules/rtp_rtcp/include/flexfec_sender.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698