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

Issue 1981633002: Change VideoTrackRecorder to operate on a given task runner (Closed)

Created:
4 years, 7 months ago by emircan
Modified:
4 years, 7 months ago
Reviewers:
mcasas
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change VideoTrackRecorder to operate on a given task runner This CL modified VideoTrackRecorder so that it can perform encoding interactions on a given task runner. This change is necessary since VEA operations happen on a given task runner from GpuFactories. This CL is [1 of 2] to add support for Video Encode Accelerator in VideoTrackRecorder. Playground CL: https://codereview.chromium.org/1934093002/ BUG=608385 TEST=https://cdn.rawgit.com/miguelao/demos/master/mediarecorder.html Committed: https://crrev.com/66b5ab718cb4cf10180e2ce458dbddd9db300a25 Cr-Commit-Position: refs/heads/master@{#393913}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -40 lines) Patch
M content/renderer/media/video_track_recorder.cc View 1 13 chunks +52 lines, -40 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
emircan
PTAL.
4 years, 7 months ago (2016-05-14 00:06:28 UTC) #3
mcasas
lgtm https://codereview.chromium.org/1981633002/diff/1/content/renderer/media/video_track_recorder.cc File content/renderer/media/video_track_recorder.cc (right): https://codereview.chromium.org/1981633002/diff/1/content/renderer/media/video_track_recorder.cc#newcode65 content/renderer/media/video_track_recorder.cc:65: if (!encoding_thread_) { if (encoding_task_runner_) return; ?
4 years, 7 months ago (2016-05-14 01:31:08 UTC) #6
emircan
https://codereview.chromium.org/1981633002/diff/1/content/renderer/media/video_track_recorder.cc File content/renderer/media/video_track_recorder.cc (right): https://codereview.chromium.org/1981633002/diff/1/content/renderer/media/video_track_recorder.cc#newcode65 content/renderer/media/video_track_recorder.cc:65: if (!encoding_thread_) { On 2016/05/14 01:31:08, mcasas wrote: > ...
4 years, 7 months ago (2016-05-16 19:45:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1981633002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1981633002/20001
4 years, 7 months ago (2016-05-16 19:45:54 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-16 21:05:58 UTC) #12
commit-bot: I haz the power
4 years, 7 months ago (2016-05-16 21:08:40 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/66b5ab718cb4cf10180e2ce458dbddd9db300a25
Cr-Commit-Position: refs/heads/master@{#393913}

Powered by Google App Engine
This is Rietveld 408576698