commit | 3cb5e5bea261af3986ee15e99642ee0455623f39 | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Thu Mar 21 10:22:42 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 21 11:21:15 2019 |
tree | 64a6253fefda9b16e7b977ea8b1a100b78cb0639 | |
parent | d2a637858add9011ea94ffee3711d7dacbcf10f4 [diff] |
Fix VideoFileWriterTest flakiness by using unique file path. Both reference and tested videos were created via a file whose path was fixed. So, when tests were launched in parallel, race conditions ensued. This CL creates an unique temporary filename for each video. Bug: webrtc:10156 Change-Id: Ie3abf85abdfa95735cb86880bbd6a59393e609c1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127883 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Paulina Hensman <phensman@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27219}
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.