commit | 8b60e8bc34deb1a9f7fee04d153956e9663f881d | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Mon Apr 08 12:14:05 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 08 14:29:38 2019 |
tree | 35c970c05a9a3d620c558f309d8648da4c20e9ba | |
parent | 0cfa4cba5cae5e942f5d8e0e4e93b94982d0bfc3 [diff] |
Give VideoSendStreamImpl access to RTP timestamps When a LossNotification RTCP message is received, the sequence numbers it refers to must be converted to timestamps before passing the message down to the encoder. This CL gives VideoSendStreamImpl access to that information via VideoSendStreamImpl::rtp_video_sender_. TBR=sprang@webrtc.org Bug: webrtc:10501 Change-Id: If207f0b6d2fb344da35b525cc104e8ba5cc614ec Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131323 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27489}
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.