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

Issue 2263823002: Deliver change notifications to SourceBuffer track lists. (Closed)

Created:
4 years, 4 months ago by servolk
Modified:
4 years, 3 months ago
CC:
fs, blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, gasubic, haraken, mlamouri+watch-blink_chromium.org, nessy, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Deliver change notifications to SourceBuffer track lists. Also update the activeSourceBuffers list on track status changes. BUG=639151 Committed: https://crrev.com/01d67d202e8af55c43274d346ed3fb56a16bac65 Cr-Commit-Position: refs/heads/master@{#414475}

Patch Set 1 #

Patch Set 2 : Fixed video-track-selected test #

Total comments: 1

Patch Set 3 : Update activeSourceBuffers on track status changes #

Total comments: 6

Patch Set 4 : CR feedback #

Patch Set 5 : rebase #

Total comments: 2

Patch Set 6 : Call VideoTrackList::trackSelected also the SourceBuffer track list #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -38 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-avtracks.html View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/avtrack/video-track-selected.html View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 2 chunks +14 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaSource.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/track/AudioTrack.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TrackListBase.h View 1 2 3 4 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/html/track/VideoTrack.cpp View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/track/VideoTrackList.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/MediaSource.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/MediaSource.cpp View 1 2 3 4 5 3 chunks +32 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 1 2 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 59 (40 generated)
servolk
4 years, 4 months ago (2016-08-20 01:23:14 UTC) #5
mlamouri (slow - plz ping)
HTMLMediaElement.* changes sgtm. Do you want me to look beyond this?
4 years, 4 months ago (2016-08-22 02:44:50 UTC) #8
servolk
On 2016/08/22 02:44:50, mlamouri (slow) wrote: > HTMLMediaElement.* changes sgtm. Do you want me to ...
4 years, 4 months ago (2016-08-22 17:37:26 UTC) #11
servolk
https://codereview.chromium.org/2263823002/diff/20001/third_party/WebKit/LayoutTests/media/avtrack/video-track-selected.html File third_party/WebKit/LayoutTests/media/avtrack/video-track-selected.html (left): https://codereview.chromium.org/2263823002/diff/20001/third_party/WebKit/LayoutTests/media/avtrack/video-track-selected.html#oldcode26 third_party/WebKit/LayoutTests/media/avtrack/video-track-selected.html:26: e.videoTracks.onchange = t.unreached_func("setting selected to false fired change event"); ...
4 years, 4 months ago (2016-08-22 17:37:36 UTC) #12
mlamouri (slow - plz ping)
https://codereview.chromium.org/2263823002/diff/40001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2263823002/diff/40001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode2403 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:2403: void HTMLMediaElement::audioTrackChanged(AudioTrack* track, bool enabled) Do you still need ...
4 years, 4 months ago (2016-08-23 13:12:27 UTC) #20
servolk
https://codereview.chromium.org/2263823002/diff/40001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2263823002/diff/40001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode2403 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:2403: void HTMLMediaElement::audioTrackChanged(AudioTrack* track, bool enabled) On 2016/08/23 13:12:27, mlamouri ...
4 years, 4 months ago (2016-08-23 17:25:02 UTC) #22
wolenetz
LGTM
4 years, 4 months ago (2016-08-23 23:28:10 UTC) #34
wolenetz
On 2016/08/23 23:28:10, wolenetz wrote: > LGTM Note, greater coverage of this in layout test ...
4 years, 4 months ago (2016-08-23 23:29:30 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2263823002/80001
4 years, 4 months ago (2016-08-24 02:28:38 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/244544)
4 years, 4 months ago (2016-08-24 02:36:35 UTC) #39
mlamouri (slow - plz ping)
lgtm with comment applied https://codereview.chromium.org/2263823002/diff/80001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2263823002/diff/80001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode2482 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:2482: webMediaPlayer()->selectedVideoTrackChanged(track->selected() ? &id : nullptr); ...
4 years, 4 months ago (2016-08-24 16:08:46 UTC) #40
servolk
https://codereview.chromium.org/2263823002/diff/80001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2263823002/diff/80001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode2482 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:2482: webMediaPlayer()->selectedVideoTrackChanged(track->selected() ? &id : nullptr); On 2016/08/24 16:08:46, mlamouri ...
4 years, 4 months ago (2016-08-25 00:50:19 UTC) #42
servolk
On 2016/08/25 00:50:19, servolk wrote: > https://codereview.chromium.org/2263823002/diff/80001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp > File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): > > https://codereview.chromium.org/2263823002/diff/80001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode2482 > ...
4 years, 4 months ago (2016-08-25 00:50:54 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2263823002/80001
4 years, 4 months ago (2016-08-25 00:51:07 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/245544)
4 years, 4 months ago (2016-08-25 01:03:56 UTC) #47
fs
lgtm
4 years, 4 months ago (2016-08-25 08:08:20 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2263823002/100001
4 years, 3 months ago (2016-08-25 15:35:10 UTC) #55
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-08-25 18:12:11 UTC) #57
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 18:16:08 UTC) #59
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/01d67d202e8af55c43274d346ed3fb56a16bac65
Cr-Commit-Position: refs/heads/master@{#414475}

Powered by Google App Engine
This is Rietveld 408576698