Rework MediaCaptureDevicesDispatcher::OnCreatingAudioStream |
|
Issue descriptionCurrently, it is called on the IO thread, but it will be called on the UI thread when we have switched to using the audio service for streams. The rest of the MediaObserver implementation is called on the IO thread exclusively though. It also only regards output streams, but it's located in Media*Capture*DevicesDispatcher. That doesn't make sense. Actually, I'm not sure that code even does what the original author wanted it to do :). |
|
►
Sign in to add a comment |
|
Comment 1 by olka@chromium.org
, Oct 17