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

Issue 1494713002: [Chromecast] Move CastAudioDecoder out to chromecast/media/cma/decoder (Closed)

Created:
5 years ago by kmackay
Modified:
5 years ago
Reviewers:
slan, halliwell, DaleCurtis
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, halliwell+watch_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Move CastAudioDecoder out to chromecast/media/cma/decoder BUG= internal b/25701982 Committed: https://crrev.com/a95f19786b3b0e18e9b5d188384c7263e892742f Cr-Commit-Position: refs/heads/master@{#362848}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Move to chromecast/media/cma/decoder instead #

Total comments: 6

Patch Set 3 : remove tracing and compatibility #ifdef #

Unified diffs Side-by-side diffs Delta from patch set Stats (+425 lines, -8 lines) Patch
A + chromecast/media/cma/decoder/BUILD.gn View 1 1 chunk +6 lines, -8 lines 0 comments Download
A + chromecast/media/cma/decoder/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A chromecast/media/cma/decoder/cast_audio_decoder.h View 1 1 chunk +76 lines, -0 lines 0 comments Download
A chromecast/media/cma/decoder/cast_audio_decoder_android.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
A chromecast/media/cma/decoder/cast_audio_decoder_linux.cc View 1 2 1 chunk +293 lines, -0 lines 0 comments Download
M chromecast/media/media.gyp View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
kmackay
5 years ago (2015-12-02 19:41:41 UTC) #2
halliwell
On 2015/12/02 19:41:41, kmackay wrote: Conventionally we word commit messages for upstreaming as if it ...
5 years ago (2015-12-02 19:51:08 UTC) #3
halliwell
https://codereview.chromium.org/1494713002/diff/1/chromecast/media/base/cast_audio_decoder.h File chromecast/media/base/cast_audio_decoder.h (right): https://codereview.chromium.org/1494713002/diff/1/chromecast/media/base/cast_audio_decoder.h#newcode6 chromecast/media/base/cast_audio_decoder.h:6: #define CHROMECAST_INTERNAL_MEDIA_DECODER_CAST_AUDIO_DECODER_H_ nit: update header guard https://codereview.chromium.org/1494713002/diff/1/chromecast/media/base/cast_audio_decoder.h#newcode20 chromecast/media/base/cast_audio_decoder.h:20: } ...
5 years ago (2015-12-02 19:51:24 UTC) #4
kmackay
nvm, I am probably going to move the decoder stuff into chromecast/media/cma/decoder instead.
5 years ago (2015-12-02 19:52:26 UTC) #5
DaleCurtis
Presumably you just need my approval for the DEPS change? lgtm if so.
5 years ago (2015-12-02 19:58:08 UTC) #6
kmackay
On 2015/12/02 19:58:08, DaleCurtis wrote: > Presumably you just need my approval for the DEPS ...
5 years ago (2015-12-02 20:05:41 UTC) #7
kmackay
https://codereview.chromium.org/1494713002/diff/1/chromecast/media/base/cast_audio_decoder.h File chromecast/media/base/cast_audio_decoder.h (right): https://codereview.chromium.org/1494713002/diff/1/chromecast/media/base/cast_audio_decoder.h#newcode6 chromecast/media/base/cast_audio_decoder.h:6: #define CHROMECAST_INTERNAL_MEDIA_DECODER_CAST_AUDIO_DECODER_H_ On 2015/12/02 19:51:23, halliwell wrote: > nit: ...
5 years ago (2015-12-02 21:11:53 UTC) #8
slan
Code looks pretty high quality, no major comments. https://codereview.chromium.org/1494713002/diff/20001/chromecast/media/cma/decoder/cast_audio_decoder_linux.cc File chromecast/media/cma/decoder/cast_audio_decoder_linux.cc (right): https://codereview.chromium.org/1494713002/diff/20001/chromecast/media/cma/decoder/cast_audio_decoder_linux.cc#newcode67 chromecast/media/cma/decoder/cast_audio_decoder_linux.cc:67: TRACE_EVENT0("cma", ...
5 years ago (2015-12-02 21:55:26 UTC) #9
kmackay
https://codereview.chromium.org/1494713002/diff/20001/chromecast/media/cma/decoder/cast_audio_decoder_linux.cc File chromecast/media/cma/decoder/cast_audio_decoder_linux.cc (right): https://codereview.chromium.org/1494713002/diff/20001/chromecast/media/cma/decoder/cast_audio_decoder_linux.cc#newcode67 chromecast/media/cma/decoder/cast_audio_decoder_linux.cc:67: TRACE_EVENT0("cma", "CastAudioDecoderImpl::Initialize"); On 2015/12/02 21:55:26, slan wrote: > nit: ...
5 years ago (2015-12-02 21:58:49 UTC) #10
kmackay
https://codereview.chromium.org/1494713002/diff/20001/chromecast/media/cma/decoder/cast_audio_decoder_linux.cc File chromecast/media/cma/decoder/cast_audio_decoder_linux.cc (right): https://codereview.chromium.org/1494713002/diff/20001/chromecast/media/cma/decoder/cast_audio_decoder_linux.cc#newcode67 chromecast/media/cma/decoder/cast_audio_decoder_linux.cc:67: TRACE_EVENT0("cma", "CastAudioDecoderImpl::Initialize"); On 2015/12/02 21:58:49, kmackay wrote: > On ...
5 years ago (2015-12-02 22:05:39 UTC) #11
slan
lgtm
5 years ago (2015-12-02 22:17:52 UTC) #12
halliwell
On 2015/12/02 22:17:52, slan wrote: > lgtm lgtm
5 years ago (2015-12-03 00:29:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494713002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494713002/40001
5 years ago (2015-12-03 00:39:18 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-03 01:37:53 UTC) #19
commit-bot: I haz the power
5 years ago (2015-12-03 01:39:31 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a95f19786b3b0e18e9b5d188384c7263e892742f
Cr-Commit-Position: refs/heads/master@{#362848}

Powered by Google App Engine
This is Rietveld 408576698