Bug 163386

Summary: [GTK] Video playback doesn't work properly with accelerated compositing disabled
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Miguel Gomez <magomez>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Miguel Gomez 2016-10-13 06:51:35 PDT
When running a page with a video using WEBKIT_DISABLE_COMPOSITING_MODE, the video frames are not properly updated. The player won't paint the new frames unless there's another component causing it to be repainted.
Comment 1 Miguel Gomez 2016-10-13 06:59:30 PDT
Created attachment 291478 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-13 08:02:46 PDT
Comment on attachment 291478 [details]
Patch

Clearing flags on attachment: 291478

Committed r207287: <http://trac.webkit.org/changeset/207287>
Comment 3 WebKit Commit Bot 2016-10-13 08:02:48 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Michael Catanzaro 2016-12-19 12:17:58 PST
(Note to future Carlos Garcia: this caused bug #163511 so be sure to backport both together.)