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

Issue 236023003: Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl. (Closed)

Created:
6 years, 8 months ago by acolwell GONE FROM CHROMIUM
Modified:
6 years, 8 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Visibility:
Public.

Description

Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl. These changes add support for the WebMediaPlayer::timelineOffset() method so that HTMLMediaElement::getStartDate() can report this information to JavaScript. FFmpegDemuxer & ChunkDemuxer have been updated to provide "timeline offset" information for WebM. BUG=312699 TESTS=PipelineIntegrationTest.BasicPlayback, PipelineIntegrationTest.BasicPlaybackLive, PipelineIntegrationTest.BasicPlayback_MediaSource, PipelineIntegrationTest, BasicPlayback_MediaSource_Live Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264145

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address CR comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -16 lines) Patch
M content/renderer/media/webmediaplayer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M media/base/demuxer.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M media/base/mock_filters.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/base/pipeline.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/base/pipeline.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/base/pipeline_unittest.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M media/base/stream_parser.h View 1 1 chunk +7 lines, -2 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.cc View 1 2 chunks +34 lines, -0 lines 0 comments Download
M media/ffmpeg/ffmpeg_common_unittest.cc View 1 1 chunk +54 lines, -0 lines 0 comments Download
M media/filters/chunk_demuxer.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M media/filters/chunk_demuxer.cc View 1 6 chunks +27 lines, -3 lines 0 comments Download
M media/filters/ffmpeg_demuxer.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 3 chunks +22 lines, -0 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 6 chunks +76 lines, -2 lines 0 comments Download
M media/filters/pipeline_integration_test_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/filters/pipeline_integration_test_base.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M media/formats/common/stream_parser_test_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/formats/common/stream_parser_test_base.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/formats/mp2t/mp2t_stream_parser.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M media/formats/mp2t/mp2t_stream_parser_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/formats/mp4/mp4_stream_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/formats/mp4/mp4_stream_parser_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/formats/mpeg/mpeg_audio_stream_parser_base.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/formats/webm/webm_info_parser.h View 3 chunks +3 lines, -0 lines 0 comments Download
M media/formats/webm/webm_info_parser.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M media/formats/webm/webm_stream_parser.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/test/data/bear-320x240-live.webm View Binary file 0 comments Download

Messages

Total messages: 7 (0 generated)
acolwell GONE FROM CHROMIUM
6 years, 8 months ago (2014-04-14 16:51:39 UTC) #1
scherkus (not reviewing)
lgtm w/ q's and nits https://codereview.chromium.org/236023003/diff/1/media/base/demuxer.h File media/base/demuxer.h (right): https://codereview.chromium.org/236023003/diff/1/media/base/demuxer.h#newcode90 media/base/demuxer.h:90: // Returns wallclock time ...
6 years, 8 months ago (2014-04-15 00:53:40 UTC) #2
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/236023003/diff/1/media/base/demuxer.h File media/base/demuxer.h (right): https://codereview.chromium.org/236023003/diff/1/media/base/demuxer.h#newcode90 media/base/demuxer.h:90: // Returns wallclock time represented by presentation timestamp 0. ...
6 years, 8 months ago (2014-04-16 01:01:08 UTC) #3
acolwell GONE FROM CHROMIUM
The CQ bit was checked by acolwell@chromium.org
6 years, 8 months ago (2014-04-16 01:01:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/236023003/20001
6 years, 8 months ago (2014-04-16 01:03:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/236023003/20001
6 years, 8 months ago (2014-04-16 01:38:19 UTC) #6
commit-bot: I haz the power
6 years, 8 months ago (2014-04-16 07:15:15 UTC) #7
Message was sent while issue was closed.
Change committed as 264145

Powered by Google App Engine
This is Rietveld 408576698