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

Issue 1823683002: media: GpuMemoryBufferVideoFramePool uses BindToCurrentLoop() (Closed)

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

Description

media: GpuMemoryBufferVideoFramePool uses BindToCurrentLoop() BUG=356871 Committed: https://crrev.com/244491cd38a1a60fefbc472360e9958775398805 Cr-Commit-Position: refs/heads/master@{#382452}

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix unittests #

Total comments: 10

Patch Set 3 : change CL's goal #

Total comments: 2

Patch Set 4 : rollback unrelated change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -18 lines) Patch
M media/video/gpu_memory_buffer_video_frame_pool.cc View 1 2 3 4 chunks +8 lines, -18 lines 0 comments Download
M media/video/gpu_memory_buffer_video_frame_pool_unittest.cc View 1 2 3 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (12 generated)
dshwang
dalecurtis, could you review?
4 years, 9 months ago (2016-03-21 16:47:01 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1823683002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1823683002/1
4 years, 9 months ago (2016-03-21 16:47:30 UTC) #4
DaleCurtis
Defer to Daniele in this case.
4 years, 9 months ago (2016-03-21 17:00:40 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/132711)
4 years, 9 months ago (2016-03-21 17:11:47 UTC) #7
Daniele Castagna
https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc File media/video/gpu_memory_buffer_video_frame_pool.cc (right): https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc#newcode736 media/video/gpu_memory_buffer_video_frame_pool.cc:736: DCHECK(media_task_runner_->BelongsToCurrentThread()); GpuMemoryBufferVideoFramePool::PoolImpl::MailboxHoldersReleased could be called by any thread when ...
4 years, 9 months ago (2016-03-21 17:18:15 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1823683002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1823683002/20001
4 years, 9 months ago (2016-03-21 18:27:01 UTC) #10
dshwang
Daniele, I answered your concern. could you review again? https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc File media/video/gpu_memory_buffer_video_frame_pool.cc (right): https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc#newcode746 media/video/gpu_memory_buffer_video_frame_pool.cc:746: ...
4 years, 9 months ago (2016-03-21 18:31:23 UTC) #11
Daniele Castagna
https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc File media/video/gpu_memory_buffer_video_frame_pool.cc (right): https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc#newcode746 media/video/gpu_memory_buffer_video_frame_pool.cc:746: gpu_factories_->WaitSyncToken(release_sync_token); On 2016/03/21 at 18:31:22, dshwang wrote: > On ...
4 years, 9 months ago (2016-03-21 18:45:19 UTC) #12
dshwang
thanks for quick review. could you review again? https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc File media/video/gpu_memory_buffer_video_frame_pool.cc (right): https://codereview.chromium.org/1823683002/diff/1/media/video/gpu_memory_buffer_video_frame_pool.cc#newcode746 media/video/gpu_memory_buffer_video_frame_pool.cc:746: gpu_factories_->WaitSyncToken(release_sync_token); ...
4 years, 9 months ago (2016-03-21 19:04:39 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1823683002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1823683002/40001
4 years, 9 months ago (2016-03-21 19:05:18 UTC) #16
Daniele Castagna
https://codereview.chromium.org/1823683002/diff/40001/media/renderers/mock_gpu_video_accelerator_factories.h File media/renderers/mock_gpu_video_accelerator_factories.h (left): https://codereview.chromium.org/1823683002/diff/40001/media/renderers/mock_gpu_video_accelerator_factories.h#oldcode44 media/renderers/mock_gpu_video_accelerator_factories.h:44: MOCK_METHOD1(WaitSyncToken, void(const gpu::SyncToken& sync_token)); You can drop the changes ...
4 years, 9 months ago (2016-03-21 19:16:08 UTC) #17
dshwang
dalecurtis, Daniele's review is completed. Could you review again? https://codereview.chromium.org/1823683002/diff/40001/media/renderers/mock_gpu_video_accelerator_factories.h File media/renderers/mock_gpu_video_accelerator_factories.h (left): https://codereview.chromium.org/1823683002/diff/40001/media/renderers/mock_gpu_video_accelerator_factories.h#oldcode44 media/renderers/mock_gpu_video_accelerator_factories.h:44: ...
4 years, 9 months ago (2016-03-21 19:28:47 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/1823683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1823683002/60001
4 years, 9 months ago (2016-03-21 19:29:33 UTC) #20
DaleCurtis
lgtm
4 years, 9 months ago (2016-03-21 19:49:36 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-21 20:32: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/1823683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1823683002/60001
4 years, 9 months ago (2016-03-22 00:13:06 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-22 00:19:43 UTC) #28
commit-bot: I haz the power
4 years, 9 months ago (2016-03-22 00:22:01 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/244491cd38a1a60fefbc472360e9958775398805
Cr-Commit-Position: refs/heads/master@{#382452}

Powered by Google App Engine
This is Rietveld 408576698