Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 126093: Fixing a bug that <video> is not rendered if clipped/mirrored... (Closed)

Created:
11 years, 6 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, awong
Visibility:
Public.

Description

Fixing a bug that <video> is not rendered if clipped/mirrored Since we are not using the YUV->RGB code to perform fast flipping and mirroring. Use FastPaint to handle flipping and mirroring was wrong. There's no plan to support fast flipping and mirroring in the short future so fall back to SlowPaint for this case. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18403

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M webkit/glue/media/video_renderer_impl.cc View 1 chunk +13 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Alpha Left Google
ajwong: this may help your flipped video on mac. I still need to investigate the ...
11 years, 6 months ago (2009-06-13 07:35:15 UTC) #1
scherkus (not reviewing)
11 years, 6 months ago (2009-06-15 17:38:01 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698