commit | 75204c5ccdda561ccffbfa3a8fa94feac8e19e30 | [log] [tgz] |
---|---|---|
author | ilnik <ilnik@webrtc.org> | Mon Sep 04 10:35:40 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 04 10:35:40 2017 |
tree | 1d4a846ed4f98a36adc4f8ded58a27df96c0b9f2 | |
parent | 5c0f6c62ea3b1d2c43f8fc152961af27033475f7 [diff] |
Change reporting of timing frames conditions in GetStats on receive side Instead of the longest frame since the last GetStats call, the longest frame received during last 10 seconds should be returned in GetStats(). Previous way is not a good idea because there are maybe several consumers of GetStats calls. If not all of them parse timing frame reports, some of them may be lost. Also, streamline reporting of TimingFrames via GetStats (remove separate methods and use VideoReceiveStream::Stats struct instead). BUG=webrtc:7594 Review-Url: https://codereview.webrtc.org/3008983002 Cr-Commit-Position: refs/heads/master@{#19650}
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.