Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: abd2c22d3e30601af71488946899c7f3bbf4e326
https://github.com/WebKit/WebKit/commit/abd2c22d3e30601af71488946899c7f3bbf4e326
Author: Carlos Garcia Campos <[email protected]>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp
Log Message:
-----------
REGRESSION(278498@main) [Skia] getUserMedia(deviceID) frequently freezing in
media stream tests under debug
https://bugs.webkit.org/show_bug.cgi?id=275165
Reviewed by Philippe Normand.
Why don't know why this only happens with Skia, but the problem is the
emit frame timer running every 33ms doesn't allow other sources with the
same or lower priority to run. We can change the priority to make sure
run loop dispatcher sources are higher priority.
* Source/WebCore/platform/mock/MockRealtimeVideoSource.cpp:
Canonical link: https://commits.webkit.org/280450@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes