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

Issue 523283002: media: Introduce DemuxerStreamProvider interface. (Closed)

Created:
6 years, 3 months ago by xhwang
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

media: Introduce DemuxerStreamProvider interface. Now RendererImpl only takes DemuxerStreamProvider (minimal interface it needs) instead of the full Demuxer. Also, this makes other Renderer implementations easier since they don't necessarily have access to a full Demuxer. BUG=392236 TEST=No functionality change and all existing tests pass. Committed: https://crrev.com/1c5668ece2d095df3f33d0fe8c63a5fce45d3573 Cr-Commit-Position: refs/heads/master@{#294081}

Patch Set 1 #

Total comments: 6

Patch Set 2 : comments addressed and rebase #

Patch Set 3 : rebase only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -49 lines) Patch
M media/base/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/demuxer.h View 1 3 chunks +2 lines, -14 lines 0 comments Download
M media/base/demuxer.cc View 1 chunk +0 lines, -2 lines 0 comments Download
A media/base/demuxer_stream_provider.h View 1 chunk +37 lines, -0 lines 0 comments Download
A + media/base/demuxer_stream_provider.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M media/base/renderer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/chunk_demuxer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/chunk_demuxer.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M media/filters/ffmpeg_demuxer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M media/filters/renderer_impl.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M media/filters/renderer_impl.cc View 1 2 5 chunks +11 lines, -10 lines 0 comments Download
M media/media.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
xhwang
here's a trivial one. PTAL
6 years, 3 months ago (2014-08-30 00:01:04 UTC) #2
tim (not reviewing)
https://codereview.chromium.org/523283002/diff/1/media/base/demuxer_stream_provider.h File media/base/demuxer_stream_provider.h (right): https://codereview.chromium.org/523283002/diff/1/media/base/demuxer_stream_provider.h#newcode24 media/base/demuxer_stream_provider.h:24: // Returns the first stream of the given stream ...
6 years, 3 months ago (2014-09-03 22:43:02 UTC) #4
xhwang
https://codereview.chromium.org/523283002/diff/1/media/base/demuxer_stream_provider.h File media/base/demuxer_stream_provider.h (right): https://codereview.chromium.org/523283002/diff/1/media/base/demuxer_stream_provider.h#newcode24 media/base/demuxer_stream_provider.h:24: // Returns the first stream of the given stream ...
6 years, 3 months ago (2014-09-03 23:45:25 UTC) #5
xhwang
scherkus: kindly ping...
6 years, 3 months ago (2014-09-05 23:04:08 UTC) #6
scherkus (not reviewing)
sorry for delay -- this was completely off my radar lgtm w/ questions https://codereview.chromium.org/523283002/diff/1/media/base/demuxer.h File ...
6 years, 3 months ago (2014-09-05 23:23:22 UTC) #7
xhwang
https://codereview.chromium.org/523283002/diff/1/media/base/demuxer.h File media/base/demuxer.h (right): https://codereview.chromium.org/523283002/diff/1/media/base/demuxer.h#newcode46 media/base/demuxer.h:46: class MEDIA_EXPORT Demuxer : public DemuxerStreamProvider { On 2014/09/05 ...
6 years, 3 months ago (2014-09-09 21:25:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/523283002/20001
6 years, 3 months ago (2014-09-09 21:31:29 UTC) #10
commit-bot: I haz the power
Failed to apply patch for media/filters/renderer_impl.cc: While running git apply --index -p1; error: patch failed: ...
6 years, 3 months ago (2014-09-09 23:55:44 UTC) #12
xhwang
rebase only
6 years, 3 months ago (2014-09-10 00:12:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/523283002/40001
6 years, 3 months ago (2014-09-10 00:14:22 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 99b4b384fbbc6cd45ac5c211bfaffe98016c26dd
6 years, 3 months ago (2014-09-10 02:42:59 UTC) #16
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:58:27 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1c5668ece2d095df3f33d0fe8c63a5fce45d3573
Cr-Commit-Position: refs/heads/master@{#294081}

Powered by Google App Engine
This is Rietveld 408576698