|
Reland: Fix race / crash in OnNetworkRouteChanged().
To achieve this some refactoring was done to make it possible to synchronize
access to the DelayBasedBwe in TransportFeedbackAdapter:
- The callback was removed from DelayBasedBwe, it now instead returns its
result.
- TransportFeedbackAdapter was moved to modules/congestion_controller to avoid
unnecessary dependencies.
Reenables previously disabled flaky test. Can no longer reproduce flakiness with gtest-parallel and asan/tsan builds.
BUG= webrtc:6427, webrtc:6422
R=terelius@webrtc.org
Committed: https://crrev.com/280de9e1c33efa420fa22496d313c232093e093f
Cr-Commit-Position: refs/heads/master@{#14452}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+354 lines, -904 lines) |
Patch |
|
M |
webrtc/modules/BUILD.gn
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/bitrate_controller/bitrate_controller_impl.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/bitrate_controller/bitrate_controller_impl.cc
|
View
|
|
1 chunk |
+10 lines, -14 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/bitrate_controller/include/bitrate_controller.h
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/congestion_controller.cc
|
View
|
|
6 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/congestion_controller.gypi
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/delay_based_bwe.h
|
View
|
|
3 chunks |
+22 lines, -29 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/delay_based_bwe.cc
|
View
|
1
2
|
7 chunks |
+71 lines, -86 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc
|
View
|
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/delay_based_bwe_unittest_helper.cc
|
View
|
|
14 chunks |
+56 lines, -58 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/include/congestion_controller.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/transport_feedback_adapter.h
|
View
|
|
1 chunk |
+16 lines, -11 lines |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/transport_feedback_adapter.cc
|
View
|
1
|
5 chunks |
+25 lines, -15 lines |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc
|
View
|
1
2
3
|
11 chunks |
+59 lines, -67 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
D |
webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.h
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
|
D |
webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.cc
|
View
|
|
1 chunk |
+0 lines, -148 lines |
0 comments
|
Download
|
|
D |
webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -364 lines |
0 comments
|
Download
|
|
M |
webrtc/tools/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/tools/event_log_visualizer/analyzer.cc
|
View
|
|
3 chunks |
+31 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream_tests.cc
|
View
|
|
1 chunk |
+30 lines, -6 lines |
0 comments
|
Download
|
Total messages: 22 (13 generated)
|