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

Unified Diff: webrtc/video/video_receive_stream.h

Issue 2452163004: Stop using VoEVideoSync in Call/VideoReceiveStream. (Closed)
Patch Set: Don't expose RtpRtcp module in Syncable 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
Index: webrtc/video/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index 3c5a653c5ae8c3dfb98d32e3b3813759ae54b95e..d8a214aba8ef8cc35352582cee7fedef1aca07c7 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -34,7 +34,6 @@ class CongestionController;
class IvfFileWriter;
class ProcessThread;
class RTPFragmentationHeader;
-class VoiceEngine;
class VieRemb;
class VCMTiming;
class VCMJitterEstimator;
@@ -52,7 +51,6 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
CongestionController* congestion_controller,
PacketRouter* packet_router,
VideoReceiveStream::Config config,
- webrtc::VoiceEngine* voice_engine,
ProcessThread* process_thread,
CallStats* call_stats,
VieRemb* remb);
@@ -87,7 +85,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
const Config& config() const { return config_; }
- void SetSyncChannel(VoiceEngine* voice_engine, int audio_channel_id);
+ void SetSync(Syncable* syncable);
// Implements NackSender.
void SendNack(const std::vector<uint16_t>& sequence_numbers) override;

Powered by Google App Engine
This is Rietveld 408576698