commit | f0b83c5e875d2f1b04c6454594118b1faa9da354 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Wed May 30 12:40:10 2018 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 31 08:38:45 2018 +0000 |
tree | 17f9dd10ab9532a81bed83998de1859af3728b4e | |
parent | 750efbe5cec97caa7c2898cfdc3df8ece603f05b [diff] |
Fixing null rtc::Optional dereference in VideoQualityObserver. Was crashing if |is_paused_| is true for the first few frames, resulting in |interframe_delays_| being given fewer samples than |num_frames_decoded_|. So checking |num_frames_decoded_| wasn't sufficient; really should just check if |interframe_delays_.Avg| returns a nullopt or not. Bug: webrtc:9338 Change-Id: Ie74e88f7ec5ecef85a07145b9576f54b2a089f63 Reviewed-on: https://webrtc-review.googlesource.com/80040 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23463}
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.