commit | 3853337cb951da0621fa0841ca59d3d6622a5896 | [log] [tgz] |
---|---|---|
author | Frank Liberato <liberato@chromium.org> | Tue Nov 23 23:40:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 23 23:40:01 2021 |
tree | 2da60849ad087b41895ecfff5608368e11c00d4c | |
parent | 28cc595f1004f8dad6b7cf78f09310c7804ed395 [diff] |
Drop decoder lock before calling Decode(). There's no need to hold the decoder lock when accessing `demuxer_stream_` in RTCVideoDecoderStreamAdapter. Since it can cause an in-line callback with a decoded frame (which takes the lock), it can cause a deadlock. Bug: 1272962 Change-Id: I4f725b7c527b653909c2cd533faa99371009b7f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3299133 Auto-Submit: Frank Liberato <liberato@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/main@{#944737}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.