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

Issue 2296393004: Revert of Add groupid for media devices. Group audio devices. (Closed)

Created:
4 years, 3 months ago by Max Morin
Modified:
4 years, 3 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Add groupid for media devices. Group audio devices. (patchset #5 id:80001 of https://codereview.chromium.org/2273653002/ ) Reason for revert: Breaks webrtc FYI bots on mac https://build.chromium.org/p/chromium.webrtc/builders/Mac%20Tester/builds/59143. I'll have to figure out what's up with that ¯\_(ツ)_/¯ Original issue's description: > Add groupid for media devices. Group audio devices. > > At present, the renderer tries to use matched_output_device > to assign groupids to audio devices. matched_output_device isn't set > before devices are sent to the renderer, and we wouldn't be able to > handle all the cases with it anyways. > > BUG=636300, 627793 > > Committed: https://crrev.com/f07d1047986130ef0277a87b5b0b6175c4362c98 > Cr-Commit-Position: refs/heads/master@{#416140} TBR=guidou@chromium.org,tommi@chromium.org,nasko@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=636300, 627793 Committed: https://crrev.com/0c747762e50c0452f7809fa48249a1a776ff43d2 Cr-Commit-Position: refs/heads/master@{#416217}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -131 lines) Patch
M content/browser/renderer_host/media/audio_input_device_manager.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.cc View 2 chunks +0 lines, -5 lines 1 comment Download
M content/common/media/media_stream_messages.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/media_stream_request.h View 1 chunk +0 lines, -5 lines 0 comments Download
M content/renderer/media/mock_media_stream_dispatcher.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M content/renderer/media/user_media_client_impl.cc View 3 chunks +18 lines, -5 lines 0 comments Download
M media/audio/audio_manager.h View 1 chunk +0 lines, -6 lines 0 comments Download
M media/audio/audio_manager_base.h View 1 chunk +0 lines, -3 lines 0 comments Download
M media/audio/audio_manager_base.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M media/audio/audio_manager_unittest.cc View 3 chunks +1 line, -64 lines 0 comments Download
M media/audio/mock_audio_manager.h View 1 chunk +0 lines, -2 lines 0 comments Download
M media/audio/mock_audio_manager.cc View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
Max Morin
Created Revert of Add groupid for media devices. Group audio devices.
4 years, 3 months ago (2016-09-02 09:00:36 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2296393004/1
4 years, 3 months ago (2016-09-02 09:00:54 UTC) #3
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 3 months ago (2016-09-02 09:00:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2296393004/1
4 years, 3 months ago (2016-09-02 09:03:30 UTC) #7
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 3 months ago (2016-09-02 09:03:32 UTC) #9
tommi (sloooow) - chröme
lgtm
4 years, 3 months ago (2016-09-02 09:09:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2296393004/1
4 years, 3 months ago (2016-09-02 09:09:10 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-02 09:10:03 UTC) #13
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/0c747762e50c0452f7809fa48249a1a776ff43d2 Cr-Commit-Position: refs/heads/master@{#416217}
4 years, 3 months ago (2016-09-02 09:13:37 UTC) #15
Guido Urdaneta
https://codereview.chromium.org/2296393004/diff/1/content/browser/renderer_host/media/media_stream_manager.cc File content/browser/renderer_host/media/media_stream_manager.cc (left): https://codereview.chromium.org/2296393004/diff/1/content/browser/renderer_host/media/media_stream_manager.cc#oldcode770 content/browser/renderer_host/media/media_stream_manager.cc:770: device_info.device.group_id = The problem with the failed test is ...
4 years, 3 months ago (2016-09-02 09:16:36 UTC) #16
Max Morin
4 years, 3 months ago (2016-09-05 10:55:27 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2313663002/ by maxmorin@chromium.org.

The reason for reverting is: I'm fixing the threading issue now..

Powered by Google App Engine
This is Rietveld 408576698