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

Issue 2645613005: MediaStreamTrack: Add echo-cancellation and device-id to getSettings (Closed)

Created:
3 years, 11 months ago by hta - Chromium
Modified:
3 years, 10 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, chfremer+watch_chromium.org, eric.carlson_apple.com, kinuko+watch, Srirama, miu+watch_chromium.org, jam, dglazkov+blink, darin-cc_chromium.org, blink-reviews, xjz+watch_chromium.org, blink-reviews-api_chromium.org, mcasas+watch+mediastream_chromium.org, mlamouri+watch-content_chromium.org, imcheng+watch_chromium.org, jasonroberts+watch_google.com, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, mcasas+watch+vc_chromium.org, haraken, mlamouri+watch-blink_chromium.org, avayvod+watch_chromium.org, isheriff+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MediaStreamTrack: Add echo-cancellation and device-id to getSettings This CL lets MediaStreamTrack.getSettings() return the echoCancellation and deviceId settings. This involves making a call path so that one can get from a MediaStreamTrack to the WebMediaStreamSource associated with it, which means adding a specific API to the ExtraData objects involved. BUG=682245

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -4 lines) Patch
M content/renderer/media/external_media_stream_audio_source.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/media/external_media_stream_audio_source.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/media/media_stream_audio_track.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/webaudio_media_stream_source.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/media/webaudio_media_stream_source.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/media/webrtc/processed_local_audio_source.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/media/webrtc/processed_local_audio_source.cc View 1 chunk +6 lines, -0 lines 1 comment Download
M third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamTrack-getSettings.html View 2 chunks +24 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebMediaStreamSource.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h View 3 chunks +3 lines, -0 lines 1 comment Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebMediaStreamSource.h View 2 chunks +4 lines, -1 line 1 comment Download
M third_party/WebKit/public/platform/WebMediaStreamTrack.h View 1 chunk +9 lines, -0 lines 1 comment Download

Messages

Total messages: 10 (3 generated)
hta - Chromium
I think this is ready for review now.
3 years, 11 months ago (2017-01-19 08:27:45 UTC) #3
hta - Chromium
On 2017/01/19 08:27:45, hta - Chromium wrote: > I think this is ready for review ...
3 years, 11 months ago (2017-01-19 12:52:36 UTC) #4
Guido Urdaneta
Missed the comment about not being ready for review yet. A couple of comments below ...
3 years, 11 months ago (2017-01-19 15:28:07 UTC) #5
miu
not lgtm (general approach) We shouldn't be adding a second, reverse-direction flow of data by ...
3 years, 11 months ago (2017-01-19 20:04:39 UTC) #7
hta - Chromium
On 2017/01/19 20:04:39, miu wrote: > not lgtm (general approach) > > We shouldn't be ...
3 years, 11 months ago (2017-01-19 20:12:08 UTC) #8
miu
On 2017/01/19 20:12:08, hta - Chromium wrote: > I'll take a stab at that approach. ...
3 years, 11 months ago (2017-01-19 21:10:26 UTC) #9
miu
3 years, 10 months ago (2017-02-18 21:35:53 UTC) #10
Message was sent while issue was closed.
Closed issue. IIRC, we landed a change w/ a different approach.

Powered by Google App Engine
This is Rietveld 408576698