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

Issue 1149263002: Chromecast: Add stream id interface in DecoderBufferBase class (Closed)

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

Description

Chromecast: Add stream id interface in DecoderBufferBase class Committed: https://crrev.com/c6491c6ac6e493d48399cb1f662ddb0bcfb03596 Cr-Commit-Position: refs/heads/master@{#331173}

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : Make stream Id enum and default is kPrimary #

Patch Set 4 : #

Total comments: 7

Patch Set 5 : Update comment message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -4 lines) Patch
M chromecast/media/cma/base/decoder_buffer_adapter.h View 1 2 3 4 2 chunks +8 lines, -2 lines 0 comments Download
M chromecast/media/cma/base/decoder_buffer_adapter.cc View 1 2 3 1 chunk +12 lines, -2 lines 0 comments Download
M chromecast/media/cma/base/decoder_buffer_base.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc View 1 2 3 4 6 chunks +12 lines, -0 lines 0 comments Download
M chromecast/media/cma/pipeline/decrypt_util.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
erickung1
5 years, 7 months ago (2015-05-21 21:04:06 UTC) #2
gunsch
https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.cc File chromecast/media/cma/base/decoder_buffer_adapter.cc (right): https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.cc#newcode18 chromecast/media/cma/base/decoder_buffer_adapter.cc:18: int stream_id, const scoped_refptr< ::media::DecoderBuffer>& buffer) style nit (post ...
5 years, 7 months ago (2015-05-21 21:06:34 UTC) #3
erickung1
https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.cc File chromecast/media/cma/base/decoder_buffer_adapter.cc (right): https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.cc#newcode18 chromecast/media/cma/base/decoder_buffer_adapter.cc:18: int stream_id, const scoped_refptr< ::media::DecoderBuffer>& buffer) On 2015/05/21 21:06:34, ...
5 years, 7 months ago (2015-05-21 21:38:34 UTC) #4
gunsch
https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.h File chromecast/media/cma/base/decoder_buffer_adapter.h (right): https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.h#newcode29 chromecast/media/cma/base/decoder_buffer_adapter.h:29: int stream_id() const override; On 2015/05/21 21:38:34, erickung1 wrote: ...
5 years, 7 months ago (2015-05-21 21:45:29 UTC) #5
erickung1
https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.h File chromecast/media/cma/base/decoder_buffer_adapter.h (right): https://codereview.chromium.org/1149263002/diff/1/chromecast/media/cma/base/decoder_buffer_adapter.h#newcode29 chromecast/media/cma/base/decoder_buffer_adapter.h:29: int stream_id() const override; On 2015/05/21 21:45:29, gunsch wrote: ...
5 years, 7 months ago (2015-05-21 23:32:21 UTC) #6
gunsch
lgtm with a few nits https://codereview.chromium.org/1149263002/diff/60001/chromecast/media/cma/base/decoder_buffer_adapter.cc File chromecast/media/cma/base/decoder_buffer_adapter.cc (right): https://codereview.chromium.org/1149263002/diff/60001/chromecast/media/cma/base/decoder_buffer_adapter.cc#newcode14 chromecast/media/cma/base/decoder_buffer_adapter.cc:14: : DecoderBufferAdapter(kPrimary, buffer) { ...
5 years, 7 months ago (2015-05-22 01:45:26 UTC) #7
erickung1
https://codereview.chromium.org/1149263002/diff/60001/chromecast/media/cma/base/decoder_buffer_adapter.h File chromecast/media/cma/base/decoder_buffer_adapter.h (right): https://codereview.chromium.org/1149263002/diff/60001/chromecast/media/cma/base/decoder_buffer_adapter.h#newcode23 chromecast/media/cma/base/decoder_buffer_adapter.h:23: explicit DecoderBufferAdapter( On 2015/05/22 01:45:26, gunsch wrote: > Can ...
5 years, 7 months ago (2015-05-22 17:33:22 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149263002/80001
5 years, 7 months ago (2015-05-22 17:34:11 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-22 19:14:05 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149263002/80001
5 years, 7 months ago (2015-05-22 21:11:41 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-22 21:23:36 UTC) #16
commit-bot: I haz the power
5 years, 7 months ago (2015-05-22 21:25:31 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c6491c6ac6e493d48399cb1f662ddb0bcfb03596
Cr-Commit-Position: refs/heads/master@{#331173}

Powered by Google App Engine
This is Rietveld 408576698