commit | 238b15d54395df53d2219dc12a91e3bfd9c6fa23 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Sat Oct 24 01:14:25 2015 |
committer | Commit bot <commit-bot@chromium.org> | Sat Oct 24 01:14:33 2015 |
tree | daac183122107b478155a3095a78ec9e8b7f3e21 | |
parent | c3402fc3ef0dfebdc82f71ca0bc9a8b549539a2b [diff] |
SurfaceViewRenderer: Remove use of quitSafely() because it's API lvl 18 I replaced quitSafely() with a CountDownLatch. The reason for not using ThreadUtils.invokeUninterruptibly() is that I want to stop accepting frames asap, and invokeUninterruptibly() would still accept frames during the waiting time. BUG=webrtc:4742 Review URL: https://codereview.webrtc.org/1418223002 Cr-Commit-Position: refs/heads/master@{#10393}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.