commit | d0af5c6fd46d9248113a4c5f0e0fc54c9671b394 | [log] [tgz] |
---|---|---|
author | sakal <sakal@webrtc.org> | Tue Oct 25 14:20:52 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 25 14:21:00 2016 |
tree | 59d8936b1ab995e86a48944a0d7b5639b11fe289 | |
parent | 2d81eb33f5fe313ba36277067d2c9b77d1b6b54e [diff] |
Fix a deadlock in EglRenderer.releaseEglSurface. Main thread is waiting for an operation on the render thread to complete while holding the handler lock. Something can be waiting on the render thread for this lock. This CL changes the behaviour so that the lock is released before waiting for the operation to complete. BUG=webrtc:6602,webrtc:6470 R=magjed@webrtc.org Review-Url: https://codereview.webrtc.org/2449693003 Cr-Commit-Position: refs/heads/master@{#14773}
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.