New issue
Advanced search Search tips

Issue 811516 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Make channel count change in MediaElementAudioSourceHandler::SetFormat() synchrnous

Project Member Reported by hongchan@chromium.org, Feb 12 2018

Issue description

Code location:
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp?q=MediaElementAudioSourceNode&sq=package:chromium&dr=CSs&l=126

Output(0).SetNumberOfChannels(number_of_channels) does attempt to change the channel count, but it might fail and the attempt might be handled later.

Consider re-arrange this process, so the request from the main thread is handled properly.
 
Status: Assigned (was: Available)

Sign in to add a comment