commit | 6d30631f01909fca3ec0415b043a26c19139944c | [log] [tgz] |
---|---|---|
author | Qiang Chen <qiangchen@chromium.org> | Thu Mar 01 21:41:44 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 02 00:14:48 2018 |
tree | 1aae159d74a93aacc930cc0a33b1b4cddac54dff | |
parent | 243cd32a9e41a0fc79629874106c52894cda33b6 [diff] |
Bug Fix: Multiplex Codec Crash This CL adds a lock to stashed_images_ in MultiplexEncoderAdapter. Without lock, it is possible that different threads acts on stashed_images_ simultaneously and leads to crash. Bug: webrtc:8965 Change-Id: I887861092d185c3bd6047eb529d8c1cf57fa4648 Reviewed-on: https://webrtc-review.googlesource.com/59260 Reviewed-by: Emircan Uysaler <emircan@webrtc.org> Commit-Queue: Qiang Chen <qiangchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#22261}
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.