commit | ea5688011d11d77883bcfb42fcb775f8bc812d3c | [log] [tgz] |
---|---|---|
author | Guido Urdaneta <guidou@chromium.org> | Fri Mar 07 15:04:06 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 07 15:04:06 2025 |
tree | 5fecd7938757a83dfd4f7bf8a973643d5d2513cb | |
parent | dff3f9dc408c4971bc01b5d5c3a20e41a0710dc2 [diff] |
Revert "When stopping or disabling a remote audio track, do not disable clones." This reverts commit ef9bf0f4cf9f2e0363b0ade37a27e38bd872dbfd. Reason for revert: See https://crbug.com/398149360 Original change's description: > When stopping or disabling a remote audio track, do not disable clones. > > Cloned audio tracks in WebRTC share the same track interface as > the original track, which serves as the source of the stream. > > When the track interface is disabled through a single audio track, > it affects all tracks that share the same interface. > > The solution is to remove this dependency on the shared track interface > when disabling or stopping an individual track. > > Bug: 40849402 > Change-Id: Ib4c54337cd10797449e856b420396038a45d30da > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6052891 > Reviewed-by: Harald Alvestrand <hta@chromium.org> > Commit-Queue: Sunggook Chue <sunggch@microsoft.com> > Reviewed-by: Henrik Boström <hbos@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1394493} Bug: 40849402 Change-Id: I9ef625966f6d6de0417b6b110bcfe4c642f524ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6330278 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Reviewed-by: Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/main@{#1429479}
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.