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

Unified Diff: webrtc/video_engine/vie_channel_group.h

Issue 1329083005: Add TransportFeedback adapter, adapting remote feedback to bwe estiamtor (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Bad merge, test issue Created 5 years, 3 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_engine/vie_channel_group.h
diff --git a/webrtc/video_engine/vie_channel_group.h b/webrtc/video_engine/vie_channel_group.h
index 3c8008fdb182e969842f54b2b58927b634f56faa..f1faa80cc6d93a93430005a4872a0beae9013e8b 100644
--- a/webrtc/video_engine/vie_channel_group.h
+++ b/webrtc/video_engine/vie_channel_group.h
@@ -22,7 +22,6 @@
namespace webrtc {
-class AdaptedSendTimeHistory;
class BitrateAllocator;
class CallStats;
class Config;
@@ -97,11 +96,10 @@ class ChannelGroup : public BitrateObserver {
EncoderMap vie_encoder_map_ GUARDED_BY(encoder_map_crit_);
// Registered at construct time and assumed to outlive this class.
- ProcessThread* process_thread_;
+ ProcessThread* const process_thread_;
rtc::scoped_ptr<ProcessThread> pacer_thread_;
rtc::scoped_ptr<BitrateController> bitrate_controller_;
- rtc::scoped_ptr<AdaptedSendTimeHistory> send_time_history_;
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698