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

Issue 1145163005: Add set_timestamp to cma's DecoderBufferBase (Closed)

Created:
5 years, 6 months ago by halliwell
Modified:
5 years, 6 months ago
Reviewers:
erickung1, 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

Add set_timestamp to cma's DecoderBufferBase I'm currently refactoring some code that uses DecoderBuffer to use DecoderBufferBase instead (so it can run in a cma backend). It also depends on DecoderBuffer::set_timestamp, so we need an equivalent in DecoderBufferBase. BUG= Committed: https://crrev.com/7f98d797e90515c702379d89f879a202afd7287d Cr-Commit-Position: refs/heads/master@{#333138}

Patch Set 1 #

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

Messages

Total messages: 9 (2 generated)
halliwell
5 years, 6 months ago (2015-06-05 18:43:52 UTC) #2
gunsch
https://codereview.chromium.org/1145163005/diff/1/chromecast/media/cma/base/decoder_buffer_base.h File chromecast/media/cma/base/decoder_buffer_base.h (right): https://codereview.chromium.org/1145163005/diff/1/chromecast/media/cma/base/decoder_buffer_base.h#newcode37 chromecast/media/cma/base/decoder_buffer_base.h:37: virtual void set_timestamp(const base::TimeDelta& timestamp) = 0; Today, DecoderBufferBase ...
5 years, 6 months ago (2015-06-05 20:02:48 UTC) #3
halliwell
https://codereview.chromium.org/1145163005/diff/1/chromecast/media/cma/base/decoder_buffer_base.h File chromecast/media/cma/base/decoder_buffer_base.h (right): https://codereview.chromium.org/1145163005/diff/1/chromecast/media/cma/base/decoder_buffer_base.h#newcode37 chromecast/media/cma/base/decoder_buffer_base.h:37: virtual void set_timestamp(const base::TimeDelta& timestamp) = 0; On 2015/06/05 ...
5 years, 6 months ago (2015-06-05 20:16:48 UTC) #4
gunsch
Reasonable. Per offline discussion, lgtm as-is, I guess it's more a stylistic choice then if ...
5 years, 6 months ago (2015-06-05 20:37:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145163005/1
5 years, 6 months ago (2015-06-05 21:27:47 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-06-05 21:38:39 UTC) #8
commit-bot: I haz the power
5 years, 6 months ago (2015-06-05 21:39:25 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/7f98d797e90515c702379d89f879a202afd7287d
Cr-Commit-Position: refs/heads/master@{#333138}

Powered by Google App Engine
This is Rietveld 408576698