commit | 553024ab34e7307046388d20c29e9f9a8177aa0a | [log] [tgz] |
---|---|---|
author | aleloi <aleloi@webrtc.org> | Tue Oct 18 08:44:44 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 18 08:44:50 2016 |
tree | 33e55686c44eb839f3f37d4c3ee956e0aa255600 | |
parent | e405d9b8df8705df70be8cdfef93398baf6b3c45 [diff] |
During a fix of an unrelated issue, a bug was introduced in the rtp analyzer tool: when the number of data points was divisible by RTPStatitstics.PLOT_RESOLUTION_MS (which is 50), pyplot.plot was called with arrays of different lengths. One of the arrays could be one element larger. This change trims the potentially longer array to the size of the smaller one. NOTRY=True BUG=none Review-Url: https://codereview.webrtc.org/2357883002 Cr-Commit-Position: refs/heads/master@{#14657}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.