commit | 88c99562b607f513129d4cec4d5de7b1ae6950a0 | [log] [tgz] |
---|---|---|
author | Jonas Olsson <jonasolsson@webrtc.org> | Thu May 03 11:45:33 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 03 11:03:21 2018 +0000 |
tree | 25d8e94b62610ba5b2c393479112a524b13152ec | |
parent | d8b4f1eb24837f9f2290c625e8d0dc5769a82eac [diff] |
Remove internal media/base/ stringstream usages The %f -> %g changes are there to make the SimpleStringBuilder behave like stringstream/cout and friends. With %f it prints e.g. 2.2 as 2.200000. This change also makes it use scientific notation for numbers > 1000000, like the other streams. Bug: webrtc:8982 Change-Id: Id174b02c5776460607f48efc196a08673b67eeb0 Reviewed-on: https://webrtc-review.googlesource.com/67080 Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23094}
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.