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

Issue 973373002: fix for builds with webrtc disabled (Closed)

Created:
5 years, 9 months ago by Mostyn Bramley-Moore
Modified:
5 years, 9 months ago
Reviewers:
no sievers, miu, DaleCurtis
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

fix for builds with webrtc disabled PepperVideoCaptureHost::OnFrameReady makes use of kUnknownFrameRate which was previously only included in webrtc builds. Let's move these constants to the header file instead, since it can be included in both webrtc and non-webrtc builds. Followup to https://codereview.chromium.org/955253002. BUG=461116, 463829 Committed: https://crrev.com/4ff9bc71c31a9abee29d161acec2872b27b528ad Cr-Commit-Position: refs/heads/master@{#319169}

Patch Set 1 #

Patch Set 2 : leave a TODO note #

Total comments: 4

Patch Set 3 : move int const values to media_stream_video_source.h #

Total comments: 4

Patch Set 4 : convert int constants to enum values #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -13 lines) Patch
M content/renderer/media/media_stream_video_source.h View 1 2 3 1 chunk +9 lines, -6 lines 0 comments Download
M content/renderer/media/media_stream_video_source.cc View 1 2 3 2 chunks +4 lines, -7 lines 0 comments Download

Messages

Total messages: 18 (3 generated)
Mostyn Bramley-Moore
@DaleCurtis, sievers, miu: please take a look at this small followup to https://codereview.chromium.org/955253002 I'm not ...
5 years, 9 months ago (2015-03-04 01:01:53 UTC) #2
miu
lgtm. Sorry for the churn caused by my change. Out of curiosity, why is media_stream_video_source.cc ...
5 years, 9 months ago (2015-03-04 01:28:56 UTC) #3
Mostyn Bramley-Moore
On 2015/03/04 01:28:56, miu wrote: > lgtm. Sorry for the churn caused by my change. ...
5 years, 9 months ago (2015-03-04 01:35:41 UTC) #4
miu
On 2015/03/04 01:35:41, Mostyn Bramley-Moore wrote: > On 2015/03/04 01:28:56, miu wrote: > > lgtm. ...
5 years, 9 months ago (2015-03-04 01:50:45 UTC) #5
Mostyn Bramley-Moore
On 2015/03/04 01:50:45, miu wrote: > On 2015/03/04 01:35:41, Mostyn Bramley-Moore wrote: > > On ...
5 years, 9 months ago (2015-03-04 08:36:39 UTC) #6
DaleCurtis
https://codereview.chromium.org/973373002/diff/20001/content/content_renderer.gypi File content/content_renderer.gypi (right): https://codereview.chromium.org/973373002/diff/20001/content/content_renderer.gypi#newcode276 content/content_renderer.gypi:276: 'renderer/media/media_stream_video_source_constants.cc', # TODO(mostynb): crbug.com/463829 Move comment to line above ...
5 years, 9 months ago (2015-03-04 19:21:30 UTC) #7
Mostyn Bramley-Moore
https://codereview.chromium.org/973373002/diff/20001/content/content_renderer.gypi File content/content_renderer.gypi (right): https://codereview.chromium.org/973373002/diff/20001/content/content_renderer.gypi#newcode276 content/content_renderer.gypi:276: 'renderer/media/media_stream_video_source_constants.cc', # TODO(mostynb): crbug.com/463829 On 2015/03/04 19:21:30, DaleCurtis wrote: ...
5 years, 9 months ago (2015-03-04 20:23:47 UTC) #8
DaleCurtis
https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h File content/renderer/media/media_stream_video_source.h (right): https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h#newcode81 content/renderer/media/media_stream_video_source.h:81: static const int kDefaultWidth = 640; Because you don't ...
5 years, 9 months ago (2015-03-04 21:26:04 UTC) #9
Mostyn Bramley-Moore
https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h File content/renderer/media/media_stream_video_source.h (right): https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h#newcode81 content/renderer/media/media_stream_video_source.h:81: static const int kDefaultWidth = 640; On 2015/03/04 21:26:04, ...
5 years, 9 months ago (2015-03-04 21:49:40 UTC) #10
DaleCurtis
lgtm https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h File content/renderer/media/media_stream_video_source.h (right): https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h#newcode81 content/renderer/media/media_stream_video_source.h:81: static const int kDefaultWidth = 640; On 2015/03/04 ...
5 years, 9 months ago (2015-03-04 21:54:23 UTC) #11
DaleCurtis
lgtm lgtm
5 years, 9 months ago (2015-03-04 21:54:25 UTC) #12
Mostyn Bramley-Moore
https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h File content/renderer/media/media_stream_video_source.h (right): https://codereview.chromium.org/973373002/diff/40001/content/renderer/media/media_stream_video_source.h#newcode81 content/renderer/media/media_stream_video_source.h:81: static const int kDefaultWidth = 640; On 2015/03/04 21:54:23, ...
5 years, 9 months ago (2015-03-04 21:57:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/973373002/60001
5 years, 9 months ago (2015-03-04 22:23:37 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-05 00:14:29 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-03-05 00:15:37 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4ff9bc71c31a9abee29d161acec2872b27b528ad
Cr-Commit-Position: refs/heads/master@{#319169}

Powered by Google App Engine
This is Rietveld 408576698