Bug 35276 - [Qt] Connect video with accelerated compositing
Summary: [Qt] Connect video with accelerated compositing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-02-22 18:30 PST by Noam Rosenthal
Modified: 2010-02-23 01:47 PST (History)
3 users (show)

See Also:


Attachments
Patch together the QGraphicsVideoItem from MediaControlQt into the item in GraphicsLayerQt (9.25 KB, patch)
2010-02-22 19:14 PST, Noam Rosenthal
no flags Details | Formatted Diff | Diff
Take2: some ifdef massaging for healthier debugging (9.21 KB, patch)
2010-02-22 19:31 PST, Noam Rosenthal
noam: review-
noam: commit-queue-
Details | Formatted Diff | Diff
Re-submitting, had a glitch there (9.16 KB, patch)
2010-02-22 19:49 PST, Noam Rosenthal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.