commit | 00a1bcb441d61b81e605121dfb1a7342f83ac638 | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@webrtc.org> | Tue Dec 17 09:21:05 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 17 12:03:24 2019 |
tree | 64e6c28de2d02171f9c5ce3c6309afd5385096cb | |
parent | f4cf4c789a287b5fd4118404504bb86b491f48c7 [diff] |
Ensure that unset capture timestamp wouldn't cause incorrect SR rtp timestamps If for some reason capture timestamp is unset, the default value of 0 would be passed to RtcpSender. This will cause rtp timestamps to grow at double the rate in Sender Reports because it has time since the last frame capture as a term. Bug: none Change-Id: I2fe09dabef6b0957fb504deaa06393dedc4a9e70 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162481 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30105}
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.