commit | c3fa8e1ce7dd3ab90249ca7eb41ab3a975dd448d | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Tue Oct 03 13:28:26 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 03 16:14:29 2017 |
tree | 89b6aea117ff83be87118060f6559abdd7a8b2bf | |
parent | 1cfa95b8b84ccd2b3ecdaddbd7dfb27877fbd2ec [diff] |
New method RtpReceiver::GetLatestTimestamps. The two timestamps, rtp time and corresponding system time, are always used together, for audio/video sync. The new method reads both timestamps, without releasing a lock in between. Ensures that the caller gets values corresponding to the same packet. Bug: webrtc:7135 Change-Id: I25bdcbe9ad620016bfad39841b339c266efade14 Reviewed-on: https://webrtc-review.googlesource.com/4062 Commit-Queue: Niels Moller <nisse@webrtc.org> Commit-Queue: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20120}
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.