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

Issue 2368573002: [Chromecast] Add color space and HDR data to Chromecast VideoConfig (Closed)

Created:
4 years, 2 months ago by servolk
Modified:
4 years, 2 months ago
Reviewers:
halliwell, mbjorge
CC:
chromium-reviews, alokp+watch_chromium.org, lcwu+watch_chromium.org, gfhuang+watch_chromium.org, halliwell+watch_chromium.org, feature-media-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Add color space and HDR data to Chromecast VideoConfig BUG=b/31399384 Committed: https://crrev.com/6926d672f6291d4e2d3730fa7b6453f7b566ab6c Cr-Commit-Position: refs/heads/master@{#420674}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added static asserts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -0 lines) Patch
M chromecast/media/cma/base/decoder_config_adapter.cc View 1 1 chunk +95 lines, -0 lines 0 comments Download
M chromecast/public/media/decoder_config.h View 2 chunks +136 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
servolk
4 years, 2 months ago (2016-09-23 16:37:11 UTC) #4
servolk
On 2016/09/23 16:37:11, servolk wrote: The changes in decoder_config.h are necessary to fix the build ...
4 years, 2 months ago (2016-09-23 16:41:20 UTC) #6
halliwell
https://codereview.chromium.org/2368573002/diff/1/chromecast/media/cma/base/decoder_config_adapter.cc File chromecast/media/cma/base/decoder_config_adapter.cc (right): https://codereview.chromium.org/2368573002/diff/1/chromecast/media/cma/base/decoder_config_adapter.cc#newcode241 chromecast/media/cma/base/decoder_config_adapter.cc:241: // space components. We'll need to way to fix ...
4 years, 2 months ago (2016-09-23 17:31:05 UTC) #9
servolk
https://codereview.chromium.org/2368573002/diff/1/chromecast/media/cma/base/decoder_config_adapter.cc File chromecast/media/cma/base/decoder_config_adapter.cc (right): https://codereview.chromium.org/2368573002/diff/1/chromecast/media/cma/base/decoder_config_adapter.cc#newcode241 chromecast/media/cma/base/decoder_config_adapter.cc:241: // space components. We'll need to way to fix ...
4 years, 2 months ago (2016-09-23 18:28:08 UTC) #11
halliwell
On 2016/09/23 18:28:08, servolk wrote: > https://codereview.chromium.org/2368573002/diff/1/chromecast/media/cma/base/decoder_config_adapter.cc > File chromecast/media/cma/base/decoder_config_adapter.cc (right): > > https://codereview.chromium.org/2368573002/diff/1/chromecast/media/cma/base/decoder_config_adapter.cc#newcode241 > ...
4 years, 2 months ago (2016-09-23 18:30:38 UTC) #13
gfhuang
On 2016/09/23 18:30:38, halliwell wrote: > On 2016/09/23 18:28:08, servolk wrote: > > > https://codereview.chromium.org/2368573002/diff/1/chromecast/media/cma/base/decoder_config_adapter.cc ...
4 years, 2 months ago (2016-09-23 18:32:50 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2368573002/20001
4 years, 2 months ago (2016-09-23 18:32:56 UTC) #17
servolk
On 2016/09/23 18:32:50, gfhuang wrote: > On 2016/09/23 18:30:38, halliwell wrote: > > On 2016/09/23 ...
4 years, 2 months ago (2016-09-23 18:35:17 UTC) #18
gfhuang
On 2016/09/23 18:35:17, servolk wrote: > On 2016/09/23 18:32:50, gfhuang wrote: > > On 2016/09/23 ...
4 years, 2 months ago (2016-09-23 18:36:35 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-09-23 18:40:58 UTC) #21
servolk
On 2016/09/23 18:36:35, gfhuang wrote: > On 2016/09/23 18:35:17, servolk wrote: > > On 2016/09/23 ...
4 years, 2 months ago (2016-09-23 18:42:21 UTC) #22
servolk
On 2016/09/23 18:42:21, servolk wrote: > On 2016/09/23 18:36:35, gfhuang wrote: > > On 2016/09/23 ...
4 years, 2 months ago (2016-09-23 18:43:31 UTC) #23
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/6926d672f6291d4e2d3730fa7b6453f7b566ab6c Cr-Commit-Position: refs/heads/master@{#420674}
4 years, 2 months ago (2016-09-23 18:44:49 UTC) #25
gfhuang
This breaks dragonfly build. You should remove "#if defined(CHROMECAST_BUILD)" check putting this check in .h ...
4 years, 2 months ago (2016-09-23 21:13:47 UTC) #26
gfhuang
4 years, 2 months ago (2016-09-23 21:14:53 UTC) #27
Message was sent while issue was closed.
On 2016/09/23 21:13:47, gfhuang wrote:
> This breaks dragonfly build.
> 
> You should remove 
> "#if defined(CHROMECAST_BUILD)" check
> 
> putting this check in .h header is bad that you now need every OEMs to define
> this marco.

sorry, I mean the unfork_m52 patch

Powered by Google App Engine
This is Rietveld 408576698