Bug 35276

Summary: [Qt] Connect video with accelerated compositing
Product: WebKit Reporter: Noam Rosenthal <noam>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, laszlo.gombos, nicholas.young
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch together the QGraphicsVideoItem from MediaControlQt into the item in GraphicsLayerQt
none
Take2: some ifdef massaging for healthier debugging
noam: review-, noam: commit-queue-
Re-submitting, had a glitch there none

Description Noam Rosenthal 2010-02-22 18:30:29 PST
WebCore has a way of connecting video elements with accelerated compositing. This allows compositing videos together with other items using CSS animations, and in general supporting accelerated video inside a webpage without repainting the web-view.
Comment 1 Noam Rosenthal 2010-02-22 19:14:13 PST
Created attachment 49258 [details]
Patch together the QGraphicsVideoItem from MediaControlQt into the item in GraphicsLayerQt
Comment 2 Noam Rosenthal 2010-02-22 19:31:03 PST
Created attachment 49259 [details]
Take2: some ifdef massaging for healthier debugging
Comment 3 Ariya Hidayat 2010-02-22 19:38:19 PST
Comment on attachment 49259 [details]
Take2: some ifdef massaging for healthier debugging

LGTM.
Comment 4 Noam Rosenthal 2010-02-22 19:48:51 PST
Comment on attachment 49259 [details]
Take2: some ifdef massaging for healthier debugging

oops, something wrong with the patch. resubmitting.
Comment 5 Noam Rosenthal 2010-02-22 19:49:53 PST
Created attachment 49261 [details]
Re-submitting, had a glitch there
Comment 6 WebKit Commit Bot 2010-02-23 01:47:22 PST
Comment on attachment 49261 [details]
Re-submitting, had a glitch there

Clearing flags on attachment: 49261

Committed r55132: <http://trac.webkit.org/changeset/55132>
Comment 7 WebKit Commit Bot 2010-02-23 01:47:27 PST
All reviewed patches have been landed.  Closing bug.