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

Issue 535563002: Add the base class for decoder buffers used in cast media. (Closed)

Created:
6 years, 3 months ago by damienv1
Modified:
6 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add the base class for decoder buffers used in cast media. Creates a decoder buffer base class that exposes only the properties of a decoder buffer. This makes it possible to hide how a buffer is created and how it is organized in memory, this is left as an implementation detail of derived classes. BUG=408189 Committed: https://crrev.com/c434502c71349dc459aeedf76674897b0af0dc3e Cr-Commit-Position: refs/heads/master@{#293298}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Naming: DecoderBufferAdapter. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -2 lines) Patch
A chromecast/media/cma/base/decoder_buffer_adapter.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
A chromecast/media/cma/base/decoder_buffer_adapter.cc View 1 1 chunk +45 lines, -0 lines 0 comments Download
A chromecast/media/cma/base/decoder_buffer_base.h View 1 chunk +57 lines, -0 lines 0 comments Download
A + chromecast/media/cma/base/decoder_buffer_base.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M chromecast/media/media.gyp View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
damienv1
Please take a look. Thanks !
6 years, 3 months ago (2014-09-02 22:15:21 UTC) #2
lcwu1
lgtm
6 years, 3 months ago (2014-09-03 05:51:21 UTC) #3
xhwang
lgtm % nit https://codereview.chromium.org/535563002/diff/1/chromecast/media/cma/base/decoder_buffer_wrapper.h File chromecast/media/cma/base/decoder_buffer_wrapper.h (right): https://codereview.chromium.org/535563002/diff/1/chromecast/media/cma/base/decoder_buffer_wrapper.h#newcode19 chromecast/media/cma/base/decoder_buffer_wrapper.h:19: class DecoderBufferWrapper : public DecoderBufferBase { ...
6 years, 3 months ago (2014-09-03 17:13:49 UTC) #4
damienv1
https://codereview.chromium.org/535563002/diff/1/chromecast/media/cma/base/decoder_buffer_wrapper.h File chromecast/media/cma/base/decoder_buffer_wrapper.h (right): https://codereview.chromium.org/535563002/diff/1/chromecast/media/cma/base/decoder_buffer_wrapper.h#newcode19 chromecast/media/cma/base/decoder_buffer_wrapper.h:19: class DecoderBufferWrapper : public DecoderBufferBase { On 2014/09/03 17:13:49, ...
6 years, 3 months ago (2014-09-03 21:01:58 UTC) #5
damienv1
I plan to merge this CL this afternoon if no other comment. Thanks for the ...
6 years, 3 months ago (2014-09-03 21:36:17 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/damienv@chromium.org/535563002/20001
6 years, 3 months ago (2014-09-03 23:23:30 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/1884)
6 years, 3 months ago (2014-09-04 02:07:57 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/damienv@chromium.org/535563002/20001
6 years, 3 months ago (2014-09-04 14:27:28 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 6d1339a851cbf16097c1c8c8325e5cd5073499ba
6 years, 3 months ago (2014-09-04 14:54:30 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:31:25 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c434502c71349dc459aeedf76674897b0af0dc3e
Cr-Commit-Position: refs/heads/master@{#293298}

Powered by Google App Engine
This is Rietveld 408576698