commit | 5963fddac23fee6025f3dbdb0d60851eb56a33c7 | [log] [tgz] |
---|---|---|
author | Dillon Cower <dcower@google.com> | Thu Feb 07 16:17:43 2019 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 08 08:56:23 2019 +0000 |
tree | d205b3fe197176225731182fa907b50b0435a2ec | |
parent | 108f20fd45eab34e14435160b9fd779569ce4a10 [diff] |
Pass-by-reference instead of value to initWithNativeEncodedImage Previously, the use of pass-by-value caused an issue in ObjCVideoDecoder::Decode, where the EncodedImage was being copied upon calling initWithNativeEncodedImage, which then created an NSData using the copy's pointer; then the copy was destroyed, invalidating that pointer. Bug: webrtc:9378 Change-Id: Iac28b890c9902108ffc5ec54a607a99034159153 Reviewed-on: https://webrtc-review.googlesource.com/c/121922 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26598}
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.