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

Issue 12998003: Fix VideoLayerImpl upload of YUV->RGBA converted frames. (Closed)

Created:
7 years, 9 months ago by sheu
Modified:
7 years, 9 months ago
Reviewers:
danakj
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@git-svn
Visibility:
Public.

Description

Fix VideoLayerImpl upload of YUV->RGBA converted frames. Fixes issues introduced by r189506. BUG=chromium:167417 BUG=chromium-os:38376 TEST=local build, unittests Change-Id: Ic1ed42e897a7c89b574a653ca7a7ef3fa5395375

Patch Set 1 #

Total comments: 7

Patch Set 2 : Style nits. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -19 lines) Patch
M cc/layers/video_layer_impl.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/video_layer_impl.cc View 1 3 chunks +8 lines, -18 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
sheu
I had some unittest failures, which this should fix. I went ahead and removed NumPlanes() ...
7 years, 9 months ago (2013-03-21 22:33:47 UTC) #1
danakj
https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc File cc/layers/video_layer_impl.cc (right): https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc#newcode378 cc/layers/video_layer_impl.cc:378: case media::VideoFrame::HOLE: i don't see what prevents this from ...
7 years, 9 months ago (2013-03-21 22:38:31 UTC) #2
sheu
https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc File cc/layers/video_layer_impl.cc (right): https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc#newcode378 cc/layers/video_layer_impl.cc:378: case media::VideoFrame::HOLE: On 2013/03/21 22:38:31, danakj wrote: > i ...
7 years, 9 months ago (2013-03-21 22:42:26 UTC) #3
danakj
LGTM https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc File cc/layers/video_layer_impl.cc (right): https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc#newcode378 cc/layers/video_layer_impl.cc:378: case media::VideoFrame::HOLE: On 2013/03/21 22:42:26, sheu wrote: > ...
7 years, 9 months ago (2013-03-21 22:47:53 UTC) #4
sheu
Updated. https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc File cc/layers/video_layer_impl.cc (right): https://chromiumcodereview.appspot.com/12998003/diff/1/cc/layers/video_layer_impl.cc#newcode456 cc/layers/video_layer_impl.cc:456: size_t first_unused_plane = (frame_ ? media::VideoFrame::NumPlanes(format_) : On ...
7 years, 9 months ago (2013-03-21 22:50:39 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/12998003/4002
7 years, 9 months ago (2013-03-21 22:56:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/12998003/4002
7 years, 9 months ago (2013-03-22 08:35:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/12998003/4002
7 years, 9 months ago (2013-03-22 09:21:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/12998003/4002
7 years, 9 months ago (2013-03-22 14:53:58 UTC) #9
sheu
Rebasing and resubmitting. I'm getting unrelated (but persistent) trybot failures, as well as trybots that ...
7 years, 9 months ago (2013-03-22 17:36:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sheu@chromium.org/12998003/36001
7 years, 9 months ago (2013-03-22 19:20:31 UTC) #11
slavi
On 2013/03/22 17:36:25, sheu wrote: > Rebasing and resubmitting. I'm getting unrelated (but persistent) trybot ...
7 years, 9 months ago (2013-03-22 20:15:05 UTC) #12
sheu
On 2013/03/22 20:15:05, slavi wrote: > On 2013/03/22 17:36:25, sheu wrote: > > Rebasing and ...
7 years, 9 months ago (2013-03-22 20:19:19 UTC) #13
jamesr
On 2013/03/22 20:19:19, sheu wrote: > On 2013/03/22 20:15:05, slavi wrote: > > On 2013/03/22 ...
7 years, 9 months ago (2013-03-22 21:45:29 UTC) #14
Peter Kasting
On 2013/03/22 20:19:19, sheu wrote: > I don't have submit privileges, so I figured just ...
7 years, 9 months ago (2013-03-23 02:15:15 UTC) #15
sheu
7 years, 9 months ago (2013-03-23 02:18:34 UTC) #16
On Fri, Mar 22, 2013 at 7:15 PM, <pkasting@chromium.org> wrote:

> If you don't have commit privileges and you're reasonably certain your
> change is
> OK, just ask someone else to land manually.  I've been wanting to land your
> change for you for a day or so but I've never heard clearly that you
> actually
> believe it's OK :)


I do think it is OK for submitting manually; if you can do that, we can get
back to testing usefully on the failing bots.

Thanks,
-John Sheu

Powered by Google App Engine
This is Rietveld 408576698