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

Issue 308043003: Allow downsampling of output from a MediaStream video track to arbitrary max video size. (Closed)

Created:
6 years, 6 months ago by perkj_chrome
Modified:
6 years, 6 months ago
Reviewers:
mcasas
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Visibility:
Public.

Description

Allow downsampling of output from a MediaStream video track to arbitrary max video size. Since we now scale video instead of cropping video when multiple tracks use the same source, it is no longer necessary to limit the downscaling to max a factor of two. BUG=346616 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273893

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -7 lines) Patch
M content/renderer/media/media_stream_video_source.cc View 2 chunks +2 lines, -7 lines 2 comments Download

Messages

Total messages: 8 (0 generated)
perkj_chrome
Can you please review?
6 years, 6 months ago (2014-05-30 13:24:53 UTC) #1
mcasas
https://codereview.chromium.org/308043003/diff/1/content/renderer/media/media_stream_video_source.cc File content/renderer/media/media_stream_video_source.cc (right): https://codereview.chromium.org/308043003/diff/1/content/renderer/media/media_stream_video_source.cc#newcode169 content/renderer/media/media_stream_video_source.cc:169: return value > 0; Shouldn't we: return value > ...
6 years, 6 months ago (2014-05-30 13:31:57 UTC) #2
perkj_chrome
On 2014/05/30 13:31:57, mcasas wrote: > https://codereview.chromium.org/308043003/diff/1/content/renderer/media/media_stream_video_source.cc > File content/renderer/media/media_stream_video_source.cc (right): > > https://codereview.chromium.org/308043003/diff/1/content/renderer/media/media_stream_video_source.cc#newcode169 > ...
6 years, 6 months ago (2014-05-30 13:36:25 UTC) #3
mcasas
LGTM then.
6 years, 6 months ago (2014-05-30 14:14:20 UTC) #4
perkj_chrome
The CQ bit was checked by perkj@chromium.org
6 years, 6 months ago (2014-05-30 14:18:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/perkj@chromium.org/308043003/1
6 years, 6 months ago (2014-05-30 14:19:26 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-05-30 17:52:18 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 19:55:15 UTC) #8
Message was sent while issue was closed.
Change committed as 273893

Powered by Google App Engine
This is Rietveld 408576698