commit | 6cf12bbe327f70652f00c6ac1b0af34085a82719 | [log] [tgz] |
---|---|---|
author | Sergey Silkin <ssilkin@webrtc.org> | Sat Apr 15 19:35:32 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 17 12:31:32 2023 |
tree | 85909094bee4d23f6c66243706a1d61c5084e748 | |
parent | ea1502accbd03d678ff820f522f1e8788625b3e6 [diff] |
Fetch encoded QP before releasing output buffer Before this change we first released output frame buffer in the code path which prepends config buffer to a keyframe and then called getOutputFormat(index). getOutputFormat(index) throws an exception if index points to a released buffer. This change rearranges calls such that getOutputFormat(index) always executed before releaseOutputBuffer(index). Bug: webrtc:15015 Change-Id: Ia64f5d8e7483aeeb316d1a71c0cb79233f4bbee9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301364 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39874}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.