webrtc/ortc
Johannes Kron 965e7942a3 Add sanity checks to UpdateDelayStatistics and patch unit tests.
RtpPacket::UpdateDelayStatistics was previously optimized with several
sanity checks added. These sanity checks caused many of the unit tests
in peerconnection_integration_unittests to fail and the CL was therefore
reverted. This CL contains the sanity checks along with patches so that
the unit tests pass.

Bug: webrtc:9439
Change-Id: Ia5f5e8b125e5f3f4b79d433e2282901143530a25
Reviewed-on: https://webrtc-review.googlesource.com/99802
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24813}
2018-09-24 23:13:02 +00:00
..
BUILD.gn Fix no_exit_time_destructors in ortc. 2018-09-07 20:47:15 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ortcfactory.cc Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00
ortcfactory.h Delete ortc methods using cricket::VideoCapturer. 2018-03-22 08:55:24 +00:00
ortcfactory_integrationtest.cc Add sanity checks to UpdateDelayStatistics and patch unit tests. 2018-09-24 23:13:02 +00:00
ortcfactory_unittest.cc OrtcFactoryInterface::Create(): Require caller to supply audio codec factories 2017-11-11 14:45:17 +00:00
ortcrtpreceiver_unittest.cc OrtcFactoryInterface::Create(): Require caller to supply audio codec factories 2017-11-11 14:45:17 +00:00
ortcrtpreceiveradapter.cc RtpReceiverInterface::stream_ids() added. 2018-07-11 10:14:56 +00:00
ortcrtpreceiveradapter.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
ortcrtpsender_unittest.cc OrtcFactoryInterface::Create(): Require caller to supply audio codec factories 2017-11-11 14:45:17 +00:00
ortcrtpsenderadapter.cc Refactor RtpSender to take the sender ID as a constructor argument 2018-06-25 21:01:02 +00:00
ortcrtpsenderadapter.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
OWNERS Removing deadbeef@ from OWNERS files. 2018-07-02 00:40:38 +00:00
rtptransport_unittest.cc OrtcFactoryInterface::Create(): Require caller to supply audio codec factories 2017-11-11 14:45:17 +00:00
rtptransportadapter.cc Remove all remaining non-test uses of std::stringstream. 2018-09-13 08:52:05 +00:00
rtptransportadapter.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
rtptransportcontroller_unittest.cc Use new TransportController implementation in PeerConnection. 2018-03-30 18:41:19 +00:00
rtptransportcontrolleradapter.cc Remove all remaining non-test uses of std::stringstream. 2018-09-13 08:52:05 +00:00
rtptransportcontrolleradapter.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00
srtptransport_unittest.cc Use new TransportController implementation in PeerConnection. 2018-03-30 18:41:19 +00:00
testrtpparameters.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testrtpparameters.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00