New issue
Advanced search Search tips

Issue 828377 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

Wrong groupID for default audio device on Mac

Project Member Reported by guidou@chromium.org, Apr 3 2018

Issue description

Sometimes the groupid for the default audio input device cannot be found in any device in the device list generated by enumerateDevices. 
This is reproducible on Mac with some USB webcams that have a microphone.
 
Cc: hofbauer@google.com
Project Member

Comment 2 by bugdroid1@chromium.org, Apr 3 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/cfd3dbaf3354a9519e55848939231f72c8b22e59

commit cfd3dbaf3354a9519e55848939231f72c8b22e59
Author: Guido Urdaneta <guidou@chromium.org>
Date: Tue Apr 03 21:16:23 2018

Fix group ID for default and communications input device.

The group ID for the default/communications input device should be based on
the device ID of the corresponding real device.
This was working correctly for input devices that had an associated output
device, but it was using the default ID instead of the real ID when there
was no associated device.

Bug:  828377 
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Id3ff8d30dc6857d73beb55f216fbe52d89b9f2c0
Reviewed-on: https://chromium-review.googlesource.com/992319
Reviewed-by: Max Morin <maxmorin@chromium.org>
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547831}
[modify] https://crrev.com/cfd3dbaf3354a9519e55848939231f72c8b22e59/media/audio/audio_manager_base.cc

Status: Fixed (was: Assigned)

Sign in to add a comment