commit | 49a78430303fa8b0441a3cc0fd73b68bb3cb4a4c | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Tue Nov 20 15:15:29 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 21 13:16:46 2018 |
tree | e21d57c3b51af30c7d001c2b484fa9722145e0d9 | |
parent | 0e4dfcbcf4fd7c8ba3ed7a98aeede4d469ace7f6 [diff] |
Don't restart streams in scenario tests. This CL changes the behavior for RunFor and RunUntil so they do not anymore restart the underlying streams every time they are called. This has a side effect on the semantics of the calls. Previously, both RunUntil and RunFor would restart the session and run until the given time had passed. Now RunFor will still run for the provided duration, however, to make the name of RunUntil more correct, it will run until the time since start is equal to the max_duration parameter. An extra overload of RunUntil was added to allow using this behavior without providing an ending condition. Bug: webrtc:9510 Change-Id: I9fe56a44116907fba3d102894b5c96af2ba6cffb Reviewed-on: https://webrtc-review.googlesource.com/c/111502 Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25726}
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.