| 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_;
|
|
|