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

Issue 1337243003: Extracted hardcoded constants from cast_rtp_stream. (Closed)

Created:
5 years, 3 months ago by msu.koo
Modified:
5 years, 3 months ago
Reviewers:
IrfanGoogle, mcasas, miu, ajose
CC:
chromium-reviews, imcheng+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, feature-media-reviews_chromium.org, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org, mcasas
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Extracted hardcoded constants from cast_rtp_stream. BUG=522661 Committed: https://crrev.com/838220024e6912c20545c95bd7f704b51d5af516 Cr-Commit-Position: refs/heads/master@{#350120}

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : #

Total comments: 19

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -18 lines) Patch
M chrome/renderer/media/cast_rtp_stream.cc View 1 2 3 7 chunks +12 lines, -16 lines 0 comments Download
M media/cast/cast_config.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M media/cast/cast_defines.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 33 (13 generated)
msu.koo
Please kindly review this patch :)
5 years, 3 months ago (2015-09-12 03:01:59 UTC) #2
ajose
lgtm https://codereview.chromium.org/1337243003/diff/1/media/cast/cast_defines.h File media/cast/cast_defines.h (right): https://codereview.chromium.org/1337243003/diff/1/media/cast/cast_defines.h#newcode31 media/cast/cast_defines.h:31: // This value is carefully choosen such that ...
5 years, 3 months ago (2015-09-14 16:28:44 UTC) #4
miu
Replacing mcasas@ with myself for OWNER approval.
5 years, 3 months ago (2015-09-14 17:48:55 UTC) #6
IrfanGoogle
https://codereview.chromium.org/1337243003/diff/1/media/cast/cast_defines.h File media/cast/cast_defines.h (right): https://codereview.chromium.org/1337243003/diff/1/media/cast/cast_defines.h#newcode35 media/cast/cast_defines.h:35: const int kMinUnackedFrequency = 8000; Comment here
5 years, 3 months ago (2015-09-14 17:52:32 UTC) #8
miu
not lgtm https://codereview.chromium.org/1337243003/diff/1/chrome/renderer/media/cast_rtp_stream.cc File chrome/renderer/media/cast_rtp_stream.cc (right): https://codereview.chromium.org/1337243003/diff/1/chrome/renderer/media/cast_rtp_stream.cc#newcode184 chrome/renderer/media/cast_rtp_stream.cc:184: if (config->frequency < media::cast::kMinUnackedFrequency) 8000 is the ...
5 years, 3 months ago (2015-09-14 17:55:08 UTC) #9
msu.koo
Thank you for all of your valuable comments :) I addressed your comments and left ...
5 years, 3 months ago (2015-09-15 00:05:06 UTC) #10
miu
https://codereview.chromium.org/1337243003/diff/1/chrome/renderer/media/cast_rtp_stream.cc File chrome/renderer/media/cast_rtp_stream.cc (right): https://codereview.chromium.org/1337243003/diff/1/chrome/renderer/media/cast_rtp_stream.cc#newcode184 chrome/renderer/media/cast_rtp_stream.cc:184: if (config->frequency < media::cast::kMinUnackedFrequency) On 2015/09/15 00:05:06, esnada wrote: ...
5 years, 3 months ago (2015-09-15 04:16:57 UTC) #11
msu.koo
On 2015/09/15 04:16:57, miu wrote: > https://codereview.chromium.org/1337243003/diff/1/chrome/renderer/media/cast_rtp_stream.cc > File chrome/renderer/media/cast_rtp_stream.cc (right): > > https://codereview.chromium.org/1337243003/diff/1/chrome/renderer/media/cast_rtp_stream.cc#newcode184 > ...
5 years, 3 months ago (2015-09-15 07:57:15 UTC) #12
mcasas
https://codereview.chromium.org/1337243003/diff/40001/chrome/renderer/media/cast_rtp_stream.cc File chrome/renderer/media/cast_rtp_stream.cc (right): https://codereview.chromium.org/1337243003/diff/40001/chrome/renderer/media/cast_rtp_stream.cc#newcode84 chrome/renderer/media/cast_rtp_stream.cc:84: // once b/13696137 is fixed. Note: We shouldn't have ...
5 years, 3 months ago (2015-09-15 16:59:39 UTC) #14
miu
Some corrections: https://codereview.chromium.org/1337243003/diff/40001/chrome/renderer/media/cast_rtp_stream.cc File chrome/renderer/media/cast_rtp_stream.cc (right): https://codereview.chromium.org/1337243003/diff/40001/chrome/renderer/media/cast_rtp_stream.cc#newcode84 chrome/renderer/media/cast_rtp_stream.cc:84: // once b/13696137 is fixed. On 2015/09/15 ...
5 years, 3 months ago (2015-09-15 22:05:22 UTC) #15
msu.koo
Please take a look :) https://codereview.chromium.org/1337243003/diff/40001/chrome/renderer/media/cast_rtp_stream.cc File chrome/renderer/media/cast_rtp_stream.cc (right): https://codereview.chromium.org/1337243003/diff/40001/chrome/renderer/media/cast_rtp_stream.cc#newcode84 chrome/renderer/media/cast_rtp_stream.cc:84: // once b/13696137 is ...
5 years, 3 months ago (2015-09-17 07:00:51 UTC) #16
miu
lgtm Thanks for the clean-up! :)
5 years, 3 months ago (2015-09-22 03:34:27 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1337243003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1337243003/60001
5 years, 3 months ago (2015-09-22 04:48:18 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/106018)
5 years, 3 months ago (2015-09-22 05:56:41 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1337243003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1337243003/60001
5 years, 3 months ago (2015-09-22 06:01:56 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-22 07:03:18 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1337243003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1337243003/60001
5 years, 3 months ago (2015-09-22 07:04:39 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1337243003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1337243003/60001
5 years, 3 months ago (2015-09-22 07:05:04 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-22 07:09:21 UTC) #32
commit-bot: I haz the power
5 years, 3 months ago (2015-09-22 07:09:53 UTC) #33
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/838220024e6912c20545c95bd7f704b51d5af516
Cr-Commit-Position: refs/heads/master@{#350120}

Powered by Google App Engine
This is Rietveld 408576698