commit | 5c3da4b6e9bdc787a3c1f25c0ff0c16a4271fd26 | [log] [tgz] |
---|---|---|
author | Alex Glaznev <glaznev@google.com> | Fri Oct 30 15:31:07 2015 -0700 |
committer | Alex Glaznev <glaznev@google.com> | Fri Oct 30 22:31:25 2015 +0000 |
tree | 7740cab4b8170213ddc1f00b742bee600c097ca3 | |
parent | 8e1809fcd74aa45e6ea48ca687a32840488bfabf [diff] |
Call MediaCodec.stop() on separate thread. MediaCodec.stop() call may hang in some rear cases. To avoid application hang this call need to be done on separate thread and possible error reported back to application. Application may elect to continue executing and use another codec instance for encoding/decoding or stop the call and exit. BUG=b/24339249 R=magjed@webrtc.org Review URL: https://codereview.webrtc.org/1425143005 . Cr-Commit-Position: refs/heads/master@{#10467}
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.