RESOLVED FIXED 152392
[WinCairo][MediaFoundation] Release Direct3D swap chain object earlier.
https://bugs.webkit.org/show_bug.cgi?id=152392
Summary [WinCairo][MediaFoundation] Release Direct3D swap chain object earlier.
peavo
Reported 2015-12-17 11:55:01 PST
Since we don't use the swap chain object to render the video to a window, but render frames to Cairo bitmaps, we can let go of the swap chain object earlier than we currently do.
Attachments
Patch (3.00 KB, patch)
2015-12-17 11:59 PST, peavo
no flags
peavo
Comment 1 2015-12-17 11:59:42 PST
Alex Christensen
Comment 2 2015-12-17 12:10:08 PST
Comment on attachment 267574 [details] Patch Hooray! Less code!
peavo
Comment 3 2015-12-17 12:37:04 PST
(In reply to comment #2) > Comment on attachment 267574 [details] > Patch > > Hooray! Less code! Yes, I'll keep my eyes open for more things we can delete :) Thanks for reviewing :)
WebKit Commit Bot
Comment 4 2015-12-17 12:57:47 PST
Comment on attachment 267574 [details] Patch Clearing flags on attachment: 267574 Committed r194227: <http://trac.webkit.org/changeset/194227>
WebKit Commit Bot
Comment 5 2015-12-17 12:57:51 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.