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

Unified Diff: webrtc/video/video_receive_stream.h

Issue 1947913002: Move, almost, all receive side references to RTP to RtpStreamReceiver. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments in PS#4 Created 4 years, 7 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/video/rtp_stream_receiver.cc ('k') | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index 41fafe8075d9ad5c953f78022f489dd1ced0b002..0ea5385b319cc2a662ee3656c812f11aeb3dc51c 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -80,10 +80,10 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
void SetSyncChannel(VoiceEngine* voice_engine, int audio_channel_id);
- // NackSender
+ // Implements NackSender.
void SendNack(const std::vector<uint16_t>& sequence_numbers) override;
- // KeyFrameRequestSender
+ // Implements KeyFrameRequestSender.
void RequestKeyFrame() override;
private:
@@ -100,7 +100,6 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
CongestionController* const congestion_controller_;
CallStats* const call_stats_;
- VieRemb* const remb_;
vcm::VideoReceiver video_receiver_;
IncomingVideoStream incoming_video_stream_;
@@ -108,7 +107,6 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
RtpStreamReceiver rtp_stream_receiver_;
VideoStreamDecoder video_stream_decoder_;
ViESyncModule vie_sync_;
- RtpRtcp* const rtp_rtcp_;
std::unique_ptr<IvfFileWriter> ivf_writer_;
};
« no previous file with comments | « webrtc/video/rtp_stream_receiver.cc ('k') | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698