commit | bd7046c5249f676f0bd5744cd135188922e712c8 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Tue May 07 14:54:29 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 08 15:37:00 2019 +0000 |
tree | 647e336effb0dc1e420a308532ee9fcb4d57a6cd | |
parent | 8f119ca0a775bdbef0879273989507af26910192 [diff] |
Remove redundant feedback_packet_seq_num_set_ in RtpVideoSender The state this set tracks (whether this is new feedback for a packet belonging to a media ssrc) can already be inferred from data provided by the SendTimeHistory: if packet send time is not populated in the feedback it's either because: 1. The feedback has already been processed 2. The receiver is sending feedback for bogus non-existent packets If the first case, this maps to |feedback_packet_seq_num_set_| containing the packet, if the ssrc (present in the feedback) is part of the media ssrcs. In the second case, this data should be ignored anyway. Bug: webrtc:10604 Change-Id: If4828091142d68baa8dbb62be9d0b24ccaaa9546 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135163 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27882}
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.