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

Issue 1913233002: Fix MediaRecorder bitrate configuration bug (Closed)

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

Fix MediaRecorder bitrate configuration bug The MediaRecorder API specifies that bitrates be communicated in bits per second, which is correctly plumbed through Chrome. However, VPx encoders expect its arguments to be specified in kilobits per second. This resulted in specifying any bitrate via the javascript API to be off by a thousand, resulting in enormous files. Change it so we convert bits -> kilobits by dividing by 1000 BUG=605750 R=mcasas@chromium.org Committed: https://crrev.com/0a58e7128c0559027991ae4671fb7b16274b7ba3 Cr-Commit-Position: refs/heads/master@{#389411}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Correct git commit messages #

Patch Set 3 : correct a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/video_track_recorder.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
jnoring
4 years, 8 months ago (2016-04-22 18:47:04 UTC) #1
jnoring
Please review when you have a moment. Thank you!
4 years, 8 months ago (2016-04-22 18:48:54 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/1913233002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913233002/1
4 years, 8 months ago (2016-04-22 20:32:00 UTC) #4
mcasas
On 2016/04/22 18:48:54, jnoring wrote: > Please review when you have a moment. Thank you! ...
4 years, 8 months ago (2016-04-22 20:34:55 UTC) #5
jnoring
On 2016/04/22 20:34:55, mcasas wrote: > Looking good, just a nit. Let's if all bots ...
4 years, 8 months ago (2016-04-22 20:40:15 UTC) #7
mcasas
On 2016/04/22 20:40:15, jnoring wrote: > On 2016/04/22 20:34:55, mcasas wrote: > > Looking good, ...
4 years, 8 months ago (2016-04-22 20:42:47 UTC) #8
jnoring
On 2016/04/22 20:42:47, mcasas wrote: > On 2016/04/22 20:40:15, jnoring wrote: > > On 2016/04/22 ...
4 years, 8 months ago (2016-04-22 21:38:02 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-22 21:41:54 UTC) #11
mcasas
Ooops sorry, I forgot to publish my comments. Please see below. https://codereview.chromium.org/1913233002/diff/1/content/renderer/media/video_track_recorder.cc File content/renderer/media/video_track_recorder.cc (right): ...
4 years, 8 months ago (2016-04-22 21:42:42 UTC) #12
jnoring
Ah, I see now. Okay, I've pushed a correction.
4 years, 8 months ago (2016-04-22 21:52:57 UTC) #13
mcasas
On 2016/04/22 21:52:57, jnoring wrote: > Ah, I see now. Okay, I've pushed a correction. ...
4 years, 8 months ago (2016-04-22 22:27:05 UTC) #14
jnoring
On 2016/04/22 22:27:05, mcasas wrote: > On 2016/04/22 21:52:57, jnoring wrote: > > Ah, I ...
4 years, 8 months ago (2016-04-22 22:27:26 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913233002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913233002/40001
4 years, 8 months ago (2016-04-25 02:12:22 UTC) #17
mcasas
On 2016/04/22 22:27:26, jnoring wrote: > On 2016/04/22 22:27:05, mcasas wrote: > > On 2016/04/22 ...
4 years, 8 months ago (2016-04-25 02:13:03 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-25 03:15:18 UTC) #20
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 03:16:44 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0a58e7128c0559027991ae4671fb7b16274b7ba3
Cr-Commit-Position: refs/heads/master@{#389411}

Powered by Google App Engine
This is Rietveld 408576698