Bug 281130

Summary: [WPE] Improve buffer handling in HeadlessViewBackendFdo
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WPE WebKitAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Carlos Garcia Campos
Reported 2024-10-09 02:55:06 PDT
It currently has a timer running every 16ms to check if there's any pending buffer to process. Instead of having the timer running even when there aren't pending buffers, we could start the timer only when a new buffer is pending and process it after 16ms since the previous one.
Attachments
Carlos Garcia Campos
Comment 1 2024-10-09 03:03:05 PDT
EWS
Comment 2 2024-10-10 03:34:36 PDT
Committed 284961@main (eceb208b3be3): <https://commits.webkit.org/284961@main> Reviewed commits have been landed. Closing PR #34902 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.