Moved pacer and congestion thread from call.
Moving the module process thread responsible for running the pacer and the send side congestion controller to RtpTransportControllerSend since it already owns the pacer and the congestion controller. They are also moved to a common thread rather than using two separate threads. As part of the move, the remote bitrate estimator has been moved to the common process thread in the Call class. Previously it was run on the removed pacer thread. Bug: webrtc:8415 Change-Id: I4322eef30d8b97b9611f33af7e560703b710d232 Reviewed-on: https://webrtc-review.googlesource.com/55700 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22166}
This commit is contained in:

committed by
Commit Bot

parent
604ab1913f
commit
c33c0fcbf7
@ -80,11 +80,9 @@ class RtpTransportControllerSendInterface {
|
||||
virtual void SetAllocatedSendBitrateLimits(int min_send_bitrate_bps,
|
||||
int max_padding_bitrate_bps) = 0;
|
||||
|
||||
virtual Module* GetPacerModule() = 0;
|
||||
virtual void SetPacingFactor(float pacing_factor) = 0;
|
||||
virtual void SetQueueTimeLimit(int limit_ms) = 0;
|
||||
|
||||
virtual Module* GetModule() = 0;
|
||||
virtual CallStatsObserver* GetCallStatsObserver() = 0;
|
||||
|
||||
virtual void RegisterPacketFeedbackObserver(
|
||||
|
Reference in New Issue
Block a user