9755f97e7f6ac638b27137ecc52b48317baaa95d

This patch is a follow up to https://webrtc-review.googlesource.com/c/src/+/143177. That patch modified the updating of CSRCS until "publishing" the frame to the renderer, however the update was added to just after calling renderer->OnFrame(video_frame). This patch reverses the calls of renderer->OnFrame(video_frame) and source_tracker_.OnFrameDelivered(video_frame.packet_infos()) so that the CSRCS are available when the frame is available. This fixes the the flakes described in webrtc:10827 that has a test that checks the CSRCs directly after a frame is available. Note: an optimal/correct solution would be to update the renderer and the source tracker in the same critical section so that they would be available at the same time. Bug: webrtc:10827 Change-Id: Ibf6efa832d8f2f2bcce0a9b0b946188bb67d48b1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149171 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Chen Xing <chxg@google.com> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28885}
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.
Development
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.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%