[webkit-changes] [WebKit/WebKit] 9487d8: fast/mediastream/microphone-change-while-capturing...
Philippe Normand
noreply at github.com
Wed Jun 21 09:17:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9487d81df53daa05773cedc5241b6a3fa7cd2618
https://github.com/WebKit/WebKit/commit/9487d81df53daa05773cedc5241b6a3fa7cd2618
Author: Philippe Normand <philn at igalia.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M LayoutTests/fast/mediastream/microphone-change-while-capturing.html
Log Message:
-----------
fast/mediastream/microphone-change-while-capturing.html failing in ports not using GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=258355
Reviewed by Youenn Fablet.
On ports using the GPUProcess the test runner might terminate the test execution before the
GPUProcess received the final `resetMockMediaDevices` message. OTOH on ports not using the
GPUProcess, the `resetMockMediaDevices` is received by the WebProcess while a mock capture device is
in use, triggering a console message, hence test failure. To prevent this console message we
explicitely stop the audio track before reseting the mock devices.
* LayoutTests/fast/mediastream/microphone-change-while-capturing.html:
Canonical link: https://commits.webkit.org/265363@main
More information about the webkit-changes
mailing list