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

Issue 1833053005: Remove MediaTracks::getFirstAudio/VideoConfig (Closed)

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

Description

Remove MediaTracks::getFirstAudio/VideoConfig Committed: https://crrev.com/372da91a1ab4514d35556574c7c643d47ac6f9b3 Cr-Commit-Position: refs/heads/master@{#400291}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Patch Set 9 : rebase #

Patch Set 10 : rebase #

Patch Set 11 : rebase #

Total comments: 4

Patch Set 12 : nits #

Patch Set 13 : Fixed mp2t tests #

Total comments: 4

Patch Set 14 : Avoid crashes in tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -45 lines) Patch
M media/base/media_tracks.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -5 lines 0 comments Download
M media/base/media_tracks.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -20 lines 0 comments Download
M media/formats/common/stream_parser_test_base.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -4 lines 0 comments Download
M media/formats/mp2t/mp2t_stream_parser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M media/formats/mp2t/mp2t_stream_parser_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +23 lines, -9 lines 0 comments Download
M media/formats/mp4/mp4_stream_parser_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
wolenetz
Looks pretty good, though the bot failures indicate there's a problem, potentially in the prereq ...
4 years, 8 months ago (2016-03-30 20:17:02 UTC) #2
servolk
On 2016/03/30 20:17:02, wolenetz wrote: > Looks pretty good, though the bot failures indicate there's ...
4 years, 8 months ago (2016-04-07 23:20:42 UTC) #3
wolenetz
On 2016/04/07 23:20:42, servolk wrote: > On 2016/03/30 20:17:02, wolenetz wrote: > > Looks pretty ...
4 years, 7 months ago (2016-05-04 22:32:57 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833053005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1833053005/140001
4 years, 7 months ago (2016-05-04 22:33:00 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/880) ios-simulator-gn on ...
4 years, 7 months ago (2016-05-04 22:36:04 UTC) #8
wolenetz
Note: Per servolk@, this CR currently pends (in-progress) rework and landing of https://codereview.chromium.org/1922333002/ (and potential ...
4 years, 6 months ago (2016-06-07 20:34:21 UTC) #9
wolenetz
On 2016/06/07 20:34:21, wolenetz wrote: > Note: Per servolk@, this CR currently pends (in-progress) rework ...
4 years, 6 months ago (2016-06-16 19:55:31 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833053005/200001
4 years, 6 months ago (2016-06-16 20:00:03 UTC) #13
wolenetz
R-=chcunningham@ (I confirmed same with Chris first). One comment, one nit. Looking pretty good. https://codereview.chromium.org/1833053005/diff/200001/media/formats/mp2t/mp2t_stream_parser_unittest.cc ...
4 years, 6 months ago (2016-06-16 20:20:36 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-16 20:46:21 UTC) #17
servolk
https://codereview.chromium.org/1833053005/diff/200001/media/formats/mp2t/mp2t_stream_parser_unittest.cc File media/formats/mp2t/mp2t_stream_parser_unittest.cc (right): https://codereview.chromium.org/1833053005/diff/200001/media/formats/mp2t/mp2t_stream_parser_unittest.cc#newcode127 media/formats/mp2t/mp2t_stream_parser_unittest.cc:127: EXPECT_TRUE(has_video_); On 2016/06/16 20:20:36, wolenetz wrote: > Versus previous ...
4 years, 6 months ago (2016-06-16 21:14:07 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833053005/240001
4 years, 6 months ago (2016-06-16 21:15:47 UTC) #20
wolenetz
lgtm % a nit I missed previously. Thanks for doing this! https://codereview.chromium.org/1833053005/diff/240001/media/formats/mp2t/mp2t_stream_parser_unittest.cc File media/formats/mp2t/mp2t_stream_parser_unittest.cc (right): ...
4 years, 6 months ago (2016-06-16 21:25:00 UTC) #21
servolk
https://codereview.chromium.org/1833053005/diff/240001/media/formats/mp2t/mp2t_stream_parser_unittest.cc File media/formats/mp2t/mp2t_stream_parser_unittest.cc (right): https://codereview.chromium.org/1833053005/diff/240001/media/formats/mp2t/mp2t_stream_parser_unittest.cc#newcode134 media/formats/mp2t/mp2t_stream_parser_unittest.cc:134: NOTREACHED(); On 2016/06/16 21:25:00, wolenetz wrote: > Sorry I ...
4 years, 6 months ago (2016-06-16 21:33:24 UTC) #22
wolenetz
lgtm Thanks again.
4 years, 6 months ago (2016-06-16 22:19:30 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1833053005/260001
4 years, 6 months ago (2016-06-16 22:22:27 UTC) #25
commit-bot: I haz the power
Committed patchset #14 (id:260001)
4 years, 6 months ago (2016-06-16 23:26:45 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-16 23:29:37 UTC) #28
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/372da91a1ab4514d35556574c7c643d47ac6f9b3
Cr-Commit-Position: refs/heads/master@{#400291}

Powered by Google App Engine
This is Rietveld 408576698