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

Issue 1672713002: MediaStreamVideoSource exports current video format (Closed)

Created:
4 years, 10 months ago by Mikhail
Modified:
4 years, 9 months ago
CC:
shalamov, chromium-reviews, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MediaStreamVideoSource exports current video format This patch adds a getter to the MediaStreamVideoSource class which returns the current video format. The video format details are necessary during establishing of WiFi Display session (for the capabilities negotiation with the sink). BUG=242107 Committed: https://crrev.com/d17b1c983f3eb6feb99dab564b21cecc6e699f80 Cr-Commit-Position: refs/heads/master@{#380969}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Comments from miu #

Patch Set 3 : Added public API #

Total comments: 1

Patch Set 4 : Moved new API to media_stream_track_api.h #

Patch Set 5 : Rebased #

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

Dependent Patchsets:

Messages

Total messages: 18 (8 generated)
Mikhail
PTAL
4 years, 10 months ago (2016-02-05 15:23:37 UTC) #3
miu
https://codereview.chromium.org/1672713002/diff/1/content/renderer/media/media_stream_video_source.h File content/renderer/media/media_stream_video_source.h (right): https://codereview.chromium.org/1672713002/diff/1/content/renderer/media/media_stream_video_source.h#newcode90 content/renderer/media/media_stream_video_source.h:90: media::VideoCaptureFormat current_format() const { return current_format_; } The format ...
4 years, 10 months ago (2016-02-05 22:20:47 UTC) #4
Mikhail
https://codereview.chromium.org/1672713002/diff/1/content/renderer/media/media_stream_video_source.h File content/renderer/media/media_stream_video_source.h (right): https://codereview.chromium.org/1672713002/diff/1/content/renderer/media/media_stream_video_source.h#newcode90 content/renderer/media/media_stream_video_source.h:90: media::VideoCaptureFormat current_format() const { return current_format_; } On 2016/02/05 ...
4 years, 10 months ago (2016-02-08 08:13:06 UTC) #5
Mikhail
On 2016/02/08 08:13:06, Mikhail wrote: > https://codereview.chromium.org/1672713002/diff/1/content/renderer/media/media_stream_video_source.h > File content/renderer/media/media_stream_video_source.h (right): > > https://codereview.chromium.org/1672713002/diff/1/content/renderer/media/media_stream_video_source.h#newcode90 > ...
4 years, 9 months ago (2016-03-11 21:17:07 UTC) #8
miu
lgtm % one consideration. BTW--I'll be unavailable for a week, so I'll leave it to ...
4 years, 9 months ago (2016-03-12 01:23:15 UTC) #9
Mikhail
On 2016/03/12 01:23:15, miu_NO_REVIEWS_UNTIL_MAR_21 wrote: > lgtm % one consideration. BTW--I'll be unavailable for a ...
4 years, 9 months ago (2016-03-14 09:11:01 UTC) #10
jochen (gone - plz use gerrit)
lgtm
4 years, 9 months ago (2016-03-14 14:20:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672713002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672713002/100001
4 years, 9 months ago (2016-03-14 14:24:57 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 9 months ago (2016-03-14 14:29:44 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-14 14:31:17 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d17b1c983f3eb6feb99dab564b21cecc6e699f80
Cr-Commit-Position: refs/heads/master@{#380969}

Powered by Google App Engine
This is Rietveld 408576698