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

Issue 155338: Implemented injected message loops for PipelineImpl. (Closed)

Created:
11 years, 5 months ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implemented injected message loops for PipelineImpl. For now both the player and WebMediaPlayerImpl create a thread and inject its message loop into the pipeline. The end result is more-or-less the same as what we have today, but we could end up moving the pipeline onto the render thread. BUG=16008 TEST=layout tests, media_unittests should pass

Patch Set 1 #

Patch Set 2 : Uploaded too much #

Total comments: 13

Patch Set 3 : Fixes #

Patch Set 4 : Merged with git-svn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+477 lines, -427 lines) Patch
M media/base/filter_host_impl.h View 2 chunks +8 lines, -7 lines 0 comments Download
M media/base/filter_host_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M media/base/pipeline.h View 1 2 2 chunks +22 lines, -27 lines 0 comments Download
M media/base/pipeline_impl.h View 1 2 12 chunks +72 lines, -67 lines 0 comments Download
M media/base/pipeline_impl.cc View 1 2 18 chunks +248 lines, -227 lines 0 comments Download
M media/base/pipeline_impl_unittest.cc View 1 2 3 11 chunks +82 lines, -68 lines 0 comments Download
M media/player/movie.h View 2 chunks +2 lines, -0 lines 0 comments Download
M media/player/movie.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 11 chunks +31 lines, -23 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scherkus (not reviewing)
Depends on http://codereview.chromium.org/149423 Early layout tests results show that we now pass a few more!
11 years, 5 months ago (2009-07-10 02:06:26 UTC) #1
Alpha Left Google
I just have some nits. http://codereview.chromium.org/155338/diff/1001/1002 File media/base/pipeline.h (right): http://codereview.chromium.org/155338/diff/1001/1002#newcode76 Line 76: // the callback ...
11 years, 5 months ago (2009-07-10 18:13:31 UTC) #2
scherkus (not reviewing)
may want to do a quick review again I got rid of thread_id_ and did ...
11 years, 5 months ago (2009-07-10 19:25:22 UTC) #3
scherkus (not reviewing)
11 years, 5 months ago (2009-07-10 21:01:01 UTC) #4
Alpha Left Google
11 years, 5 months ago (2009-07-10 21:03:00 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698