commit | 1dac707ecbeb96d38de96e464bf457f74c84f542 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Thu Oct 24 12:44:23 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 25 09:35:47 2019 +0000 |
tree | f09613e4a1f67b430f319bcbcbe856b1281123f7 | |
parent | 4f2783b9fe778ec8852432eade83c31bc8a31239 [diff] |
Cleanup PacketBuffer tests to use immediate result delete traces of the OnAssembledFrame callback relax some expectation to better match test purpose, in particular avoid verifying every test buffer is not cleared on new packet. switch comparisons from EXPECT_EQ(constant, value) to more natural EXPECT_EQ(value, constant) Bug: None Change-Id: I81e2c9d0133221435cb2bb02c9190d9f32abd548 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158140 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29610}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.