WebCodecs: never use main thread for audio|video decoding
Prior to this CL, video decoding used the main thread whenever gpu acceleration is unavailable/disabled, and audio decoding always used the main thread. Now both cases use a SequencedTaskRunner from the worker (no relation to web workers) pool. Also Bug: 1095786 Change-Id: I1c6265cdb63bcd4dadf48fdbe9bd27622218b948 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500526 Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:Alexander Timin <altimin@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#823520}
Showing
Please register or sign in to comment