mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() The 'Module' part of the implementation must not be called via the RtpRtcp interface, but is rather a part of the contract with ProcessThread. That in turn is an implementation detail for how timers are currently implemented in the default implementation. Along the way I'm deprecating away the factory function which was inside the interface and tied it to one specific implementation. Instead, I'm moving that to the implementation itself and down the line, we don't have to go through it if we just want to create an instance of the class. The key change is in rtp_rtcp.h and the new rtp_rtcp_interface.h header file (things moved from rtp_rtcp.h), the rest falls from that. Change-Id: I294f13e947b9e3e4e649400ee94a11a81e8071ce Bug: webrtc:11581 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176419 Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31440} |
||
---|---|---|
.. | ||
proto | ||
alerts.cc | ||
alerts.h | ||
analyzer.cc | ||
analyzer.h | ||
analyzer_common.cc | ||
analyzer_common.h | ||
log_simulation.cc | ||
log_simulation.h | ||
main.cc | ||
OWNERS | ||
plot_base.cc | ||
plot_base.h | ||
plot_protobuf.cc | ||
plot_protobuf.h | ||
plot_python.cc | ||
plot_python.h |