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

Issue 15993018: Reland: Use a shared thread for media operations (round 3). (Closed)

Created:
7 years, 6 months ago by scherkus (not reviewing)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Reland: Use a shared thread for media operations (round 3). This reduces the number of threads created per media element by one. TBR=jamesr,jochen BUG=61293 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204386

Patch Set 1 #

Patch Set 2 : fix stop race #

Total comments: 4

Patch Set 3 : fixes #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -85 lines) Patch
M content/public/test/layouttest_support.h View 3 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.h View 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A content/shell/renderer/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M content/shell/renderer/webkit_test_runner.cc View 1 2 3 3 chunks +27 lines, -2 lines 0 comments Download
M content/test/layouttest_support.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M media/base/pipeline.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/pipeline.cc View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M media/base/pipeline_unittest.cc View 1 2 3 chunks +33 lines, -15 lines 0 comments Download
M webkit/mocks/test_media_stream_client.h View 1 chunk +0 lines, -14 lines 0 comments Download
M webkit/mocks/test_media_stream_client.cc View 2 chunks +0 lines, -30 lines 0 comments Download
M webkit/renderer/media/webmediaplayer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/renderer/media/webmediaplayer_impl.cc View 1 2 3 8 chunks +11 lines, -19 lines 0 comments Download
M webkit/renderer/media/webmediaplayer_params.h View 3 chunks +12 lines, -1 line 0 comments Download
M webkit/renderer/media/webmediaplayer_params.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scherkus (not reviewing)
acolwell: PS#1 is original CL, PS#2 contains my memory corruption fix as detected by asan ...
7 years, 6 months ago (2013-06-04 20:17:12 UTC) #1
scherkus (not reviewing)
also ... in The Real World using WMPI it's a race between the main thread ...
7 years, 6 months ago (2013-06-04 20:19:17 UTC) #2
acolwell GONE FROM CHROMIUM
LGTM % comment. https://codereview.chromium.org/15993018/diff/2001/media/base/pipeline_unittest.cc File media/base/pipeline_unittest.cc (right): https://codereview.chromium.org/15993018/diff/2001/media/base/pipeline_unittest.cc#newcode277 media/base/pipeline_unittest.cc:277: if (demuxer_) nit: Add { } ...
7 years, 6 months ago (2013-06-05 01:09:05 UTC) #3
scherkus (not reviewing)
https://codereview.chromium.org/15993018/diff/2001/media/base/pipeline_unittest.cc File media/base/pipeline_unittest.cc (right): https://codereview.chromium.org/15993018/diff/2001/media/base/pipeline_unittest.cc#newcode277 media/base/pipeline_unittest.cc:277: if (demuxer_) On 2013/06/05 01:09:05, acolwell wrote: > nit: ...
7 years, 6 months ago (2013-06-05 18:40:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/15993018/17001
7 years, 6 months ago (2013-06-05 18:42:01 UTC) #5
commit-bot: I haz the power
7 years, 6 months ago (2013-06-06 02:23:34 UTC) #6
Message was sent while issue was closed.
Change committed as 204386

Powered by Google App Engine
This is Rietveld 408576698