webrtc/modules/bitrate_controller
Sebastian Jansson 8d9c5406c7 Deprecated BitrateController::CreateRtcpBandwidthObserver.
The RtcpBandwidthObserverImpl did not provide any features that a raw pointer does not have. deprecating it to simplify further refactoring down the line. Preferring raw pointer usage as it provides equivalent functionality in less code.


Bug: webrtc:8415
Change-Id: Id2c4c73a331835f124da8d308615ca2ce34b2d1b
Reviewed-on: https://webrtc-review.googlesource.com/22500
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20712}
2017-11-16 13:52:03 +00:00
..
include Deprecated BitrateController::CreateRtcpBandwidthObserver. 2017-11-16 13:52:03 +00:00
bitrate_controller_impl.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
bitrate_controller_impl.h Deprecated BitrateController::CreateRtcpBandwidthObserver. 2017-11-16 13:52:03 +00:00
bitrate_controller_unittest.cc Deprecated BitrateController::CreateRtcpBandwidthObserver. 2017-11-16 13:52:03 +00:00
BUILD.gn Removing conditional visibility. 2017-11-13 15:39:11 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
send_side_bandwidth_estimation.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
send_side_bandwidth_estimation.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
send_side_bandwidth_estimation_unittest.cc Reset the delay-based estimate before forcing a new loss-based send rate. 2017-11-09 10:49:12 +00:00