mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 07:37:51 +01:00
![]() One reason for the circular deps is that common_types.h is a historical dumping ground for various structs and defines that are believed to be generally useful. I tried moving things out that did not appear to be used downstream (StreamCounters, RtpCounters etc) and moved the things that seemed used (RtpHeader + supporting structs) to a new file api/rtp_headers.h. This makes their place in the api more clear while moving out the things that don't belong in the API in the first place. I had to extract out typedefs.h from webrtc_common to resolve another circular dependency. I believe checks includes typedefs, but common depends on checks. Bug: webrtc:7745 Change-Id: I725d49616b1ec0cdc8b74be7c078f7a4d46f084b Reviewed-on: https://webrtc-review.googlesource.com/33001 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21295} |
||
---|---|---|
.. | ||
include | ||
acknowledged_bitrate_estimator.cc | ||
acknowledged_bitrate_estimator.h | ||
acknowledged_bitrate_estimator_unittest.cc | ||
bitrate_estimator.cc | ||
bitrate_estimator.h | ||
BUILD.gn | ||
congestion_controller_unittests_helper.cc | ||
congestion_controller_unittests_helper.h | ||
delay_based_bwe.cc | ||
delay_based_bwe.h | ||
delay_based_bwe_unittest.cc | ||
delay_based_bwe_unittest_helper.cc | ||
delay_based_bwe_unittest_helper.h | ||
DEPS | ||
median_slope_estimator.cc | ||
median_slope_estimator.h | ||
median_slope_estimator_unittest.cc | ||
OWNERS | ||
probe_bitrate_estimator.cc | ||
probe_bitrate_estimator.h | ||
probe_bitrate_estimator_unittest.cc | ||
probe_controller.cc | ||
probe_controller.h | ||
probe_controller_unittest.cc | ||
receive_side_congestion_controller.cc | ||
receive_side_congestion_controller_unittest.cc | ||
send_side_congestion_controller.cc | ||
send_side_congestion_controller_unittest.cc | ||
transport_feedback_adapter.cc | ||
transport_feedback_adapter.h | ||
transport_feedback_adapter_unittest.cc | ||
trendline_estimator.cc | ||
trendline_estimator.h | ||
trendline_estimator_unittest.cc |