commit | 451b29c49c277c03f89f697cb5e6d0c3d818d5f4 | [log] [tgz] |
---|---|---|
author | Sami Kalliomäki <sakal@webrtc.org> | Wed Jul 04 12:33:51 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 04 14:11:24 2018 |
tree | f6ab8f7aefcd928006cfb34552cc5677a61b7a6d | |
parent | f4aeb891b7aa34f53a412559c244b468757bbd56 [diff] |
Make a copy of the frame if the processing has to be posted. Since the frame is processed on the same thread as the decoding happens on, keeping a reference to the frame may cause deadlocks on some implementations. Longer term, we should probably move the frame processing to a separate thread but this is an easy fix for now. Bug: b/110246814 Change-Id: I251737e2188e1755d45b35165586d1b0daf14595 Reviewed-on: https://webrtc-review.googlesource.com/87104 Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23843}
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.