commit | 98f5f6cdea65caa6557489a5604cf6713dcaa66b | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Oct 22 14:22:31 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 23 08:29:34 2018 +0000 |
tree | facdbd088ed03e1bae421c9f67062d776657326d | |
parent | b0ab2ce256e1421d747f372f8bf1b15870c58683 [diff] |
In RtcpTransceiver functions with callback avoid relying on PostTaskAndReply deprecated version guarantees (using PostTaskAndReply) callback task will run on the task queue, and thus doesn't guarantee to run it if task queue is destroyed, new callback versions instead guarantee callback will always run, but may run off the task queue if task queue is destroyed. Both keep guarantee observer callbacks will not run after on_destroyed/on_removed is called. Bug: None Change-Id: I61bf52127f3084c0186aa8bc89037bf9296801d8 Reviewed-on: https://webrtc-review.googlesource.com/c/107305 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25301}
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.