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

Issue 1893493003: VideoTrackRecorder: extract base class Encoder out of VpxEncoder (Closed)

Created:
4 years, 8 months ago by mcasas
Modified:
4 years, 8 months ago
Reviewers:
emircan
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

VideoTrackRecorder: extract base class Encoder out of VpxEncoder Some common functionality is moved to Encoder from VpxEncoder. Also VpxEncoder is moved to the anonymous namespace. No new code is added, this CL is pure refactoring. This is the 2nd step in a series of CLs to add support for H264 to MediaRecorder (see https://crrev.com/1886123002/). Next step is to add an H264Encoder (<is a> Encoder). BUG=601636 Committed: https://crrev.com/8702c29cb538f4d76a6bde77ee52d8a4350c2c09 Cr-Commit-Position: refs/heads/master@{#387526}

Patch Set 1 : comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -52 lines) Patch
M content/renderer/media/video_track_recorder.h View 3 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/media/video_track_recorder.cc View 11 chunks +59 lines, -45 lines 2 comments Download

Messages

Total messages: 14 (8 generated)
mcasas
emircan@ PTAL
4 years, 8 months ago (2016-04-15 00:26:39 UTC) #5
emircan
lgtm % nits. https://codereview.chromium.org/1893493003/diff/40001/content/renderer/media/video_track_recorder.cc File content/renderer/media/video_track_recorder.cc (right): https://codereview.chromium.org/1893493003/diff/40001/content/renderer/media/video_track_recorder.cc#newcode46 content/renderer/media/video_track_recorder.cc:46: virtual void StartFrameEncode(const scoped_refptr<VideoFrame>& frame, s/StartFrameEncode/EncodeFrame/? ...
4 years, 8 months ago (2016-04-15 02:07:10 UTC) #7
mcasas
On 2016/04/15 02:07:10, emircan wrote: > lgtm % nits. > > https://codereview.chromium.org/1893493003/diff/40001/content/renderer/media/video_track_recorder.cc > File content/renderer/media/video_track_recorder.cc ...
4 years, 8 months ago (2016-04-15 02:24:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1893493003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1893493003/40001
4 years, 8 months ago (2016-04-15 02:25:05 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:40001)
4 years, 8 months ago (2016-04-15 02:29:11 UTC) #12
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 02:30:33 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/8702c29cb538f4d76a6bde77ee52d8a4350c2c09
Cr-Commit-Position: refs/heads/master@{#387526}

Powered by Google App Engine
This is Rietveld 408576698