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

Issue 1727243002: Unify media track info reporting on a demuxer level (Closed)

Created:
4 years, 10 months ago by servolk
Modified:
4 years, 9 months ago
Reviewers:
slan, wolenetz
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@tracks-impl-in-media
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Unify media track info reporting on a demuxer level This will work for both FFmpegDemuxer and MSE/ChunkDemuxer Committed: https://crrev.com/81e01e07b928180ce12b0229dbb7ca0e157984d2 Cr-Commit-Position: refs/heads/master@{#379449}

Patch Set 1 #

Patch Set 2 : Fixed init segment handling in WSBI #

Patch Set 3 : Fixed tests #

Patch Set 4 : rebase #

Patch Set 5 : Restore the check that OnNewConfigs is called during Append only #

Patch Set 6 : nits #

Patch Set 7 : Fixed perf test build #

Patch Set 8 : rebase #

Patch Set 9 : rebase #

Patch Set 10 : Fixed Chromecast test #

Patch Set 11 : cast_shell buildfix #

Patch Set 12 : rebase #

Patch Set 13 : rebase #

Patch Set 14 : rebase #

Patch Set 15 : Code cleanup #

Patch Set 16 : rebase #

Patch Set 17 : rebase #

Patch Set 18 : rebase #

Total comments: 12
Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -95 lines) Patch
M chromecast/media/cma/test/frame_segmenter_for_test.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -1 line 0 comments Download
M media/base/demuxer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -0 lines 1 comment Download
M media/base/demuxer_perftest.cc View 1 2 3 4 5 6 3 chunks +9 lines, -1 line 0 comments Download
M media/blink/webmediaplayer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -0 lines 2 comments Download
M media/blink/webmediaplayer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +14 lines, -1 line 0 comments Download
M media/blink/websourcebuffer_impl.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/blink/websourcebuffer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -6 lines 1 comment Download
M media/filters/chunk_demuxer.h View 1 2 3 2 chunks +11 lines, -10 lines 0 comments Download
M media/filters/chunk_demuxer.cc View 1 2 3 3 chunks +16 lines, -13 lines 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 2 3 17 chunks +44 lines, -26 lines 0 comments Download
M media/filters/ffmpeg_demuxer.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 2 3 3 chunks +7 lines, -1 line 2 comments Download
M media/filters/media_source_state.h View 1 2 3 4 4 chunks +10 lines, -10 lines 4 comments Download
M media/filters/media_source_state.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +21 lines, -14 lines 2 comments Download
M media/test/pipeline_integration_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +12 lines, -10 lines 0 comments Download
M media/test/pipeline_integration_test_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M media/test/pipeline_integration_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +11 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (6 generated)
servolk
4 years, 9 months ago (2016-03-01 19:53:36 UTC) #3
servolk
On 2016/03/01 19:53:36, servolk wrote: Ping. Matt, please review this one next, as all subsequent ...
4 years, 9 months ago (2016-03-02 18:37:53 UTC) #4
servolk
On 2016/03/02 18:37:53, servolk wrote: > On 2016/03/01 19:53:36, servolk wrote: > > Ping. > ...
4 years, 9 months ago (2016-03-04 01:46:05 UTC) #5
servolk
On 2016/03/04 01:46:05, servolk wrote: > On 2016/03/02 18:37:53, servolk wrote: > > On 2016/03/01 ...
4 years, 9 months ago (2016-03-04 21:40:05 UTC) #6
wolenetz
This is a tough one and gets to the core of why my previous quick ...
4 years, 9 months ago (2016-03-05 01:47:43 UTC) #7
servolk
https://codereview.chromium.org/1727243002/diff/340001/media/blink/webmediaplayer_impl.h File media/blink/webmediaplayer_impl.h (right): https://codereview.chromium.org/1727243002/diff/340001/media/blink/webmediaplayer_impl.h#newcode268 media/blink/webmediaplayer_impl.h:268: void OnFFmpegMediaTracksUpdated(scoped_ptr<MediaTracks> tracks); On 2016/03/05 01:47:43, wolenetz wrote: > ...
4 years, 9 months ago (2016-03-05 01:56:19 UTC) #8
wolenetz
lgtm I think the chromecast/ needs an OWNER l*tm too
4 years, 9 months ago (2016-03-05 02:17:04 UTC) #9
wolenetz
Regarding the comment on the routing approaches for signalling tracks in src= vs mse, this ...
4 years, 9 months ago (2016-03-05 02:18:06 UTC) #10
servolk
On 2016/03/05 02:17:04, wolenetz wrote: > lgtm > I think the chromecast/ needs an OWNER ...
4 years, 9 months ago (2016-03-05 02:19:05 UTC) #12
slan
chromecast lgtm
4 years, 9 months ago (2016-03-05 02:21:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1727243002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1727243002/340001
4 years, 9 months ago (2016-03-05 02:22:34 UTC) #15
commit-bot: I haz the power
Committed patchset #18 (id:340001)
4 years, 9 months ago (2016-03-05 03:29:26 UTC) #17
commit-bot: I haz the power
4 years, 9 months ago (2016-03-05 03:30:54 UTC) #19
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/81e01e07b928180ce12b0229dbb7ca0e157984d2
Cr-Commit-Position: refs/heads/master@{#379449}

Powered by Google App Engine
This is Rietveld 408576698