4a9cb6b67d54c8901ffb0a5d74f9297ac1626fbd

ViECapturer::OnIncomingCapturedFrame can abort if two frames without a timestamp are delivered at the same time (the same NTP timestamp is generated). This currently causes captured_frame_ to be in a state where timestamps (NTP time etc.) are set, but RTP timestamp is not. This is an issue if the previous frame in captured_frame_ has yet to be picked up by the capturer thread, as it will pick up captured_frame_ in a state where the RTP timestamp has not been set. BUG=chromium:480953 R=magjed@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45299004 Cr-Commit-Position: refs/heads/master@{#9094}
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%