commit | 9a57350c6b6ce2587589ee3193e698f7d5695d8b | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@webrtc.org> | Tue May 28 10:58:28 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 28 11:43:39 2019 |
tree | 00e845078522be4e6672c31d8ddbd0626b393f4e | |
parent | 4ffed7ca677b3294a02583b63b4c68da19cdbb91 [diff] |
Use ';' to escape '/' characters in path to dumped received video stream Currently used ':' is bad because it prevents from specifying absolute path on windows (e.g. "C:\directory"). Now to specify path on windows, it can be passed unchanged in field trial: "WebRTC-DecoderDataDumpDirectory/C:\path\on\windows/" On linux ';' has to be used instead of '/': "WebRTC-DecoderDataDumpDirectory/;path;on;linux/" Bug: none Change-Id: Ia46c94bdfab95385618dde4fd3f2857e9ddf2d1c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138832 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28085}
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.