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

Issue 23453022: Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio. (Closed)

Created:
7 years, 3 months ago by Jói
Modified:
7 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@mediaCleanups
Visibility:
Public.

Description

Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio. TBR=vrk@chromium.org BUG=276894 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221484

Patch Set 1 #

Patch Set 2 : Fix redundancy. Remove unnecessary media:: from one file. #

Patch Set 3 : Add missing file. #

Total comments: 9

Patch Set 4 : Address some review comments. #

Patch Set 5 : Simplify .gyp change by modifying test. #

Patch Set 6 : Merge LKGR. #

Patch Set 7 : Solve CrOS build issue. #

Patch Set 8 : Add missing override. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -19 lines) Patch
M media/audio/audio_manager.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M media/audio/audio_manager_base.h View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M media/audio/audio_manager_base.cc View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
A media/audio/audio_manager_unittest.cc View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
M media/audio/mock_audio_manager.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M media/audio/mock_audio_manager.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M media/audio/pulse/audio_manager_pulse.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M media/audio/pulse/audio_manager_pulse.cc View 1 2 3 4 5 5 chunks +27 lines, -17 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Jói
This is a quick strawman to get answers to a few questions. Maybe it's the ...
7 years, 3 months ago (2013-09-03 12:54:20 UTC) #1
tommi (sloooow) - chröme
https://codereview.chromium.org/23453022/diff/6001/media/audio/audio_manager_base.cc File media/audio/audio_manager_base.cc (right): https://codereview.chromium.org/23453022/diff/6001/media/audio/audio_manager_base.cc#newcode297 media/audio/audio_manager_base.cc:297: NOTREACHED() << "Not implemented on this platform."; NOTIMPLEMENTED? https://codereview.chromium.org/23453022/diff/6001/media/audio/audio_manager_unittest.cc ...
7 years, 3 months ago (2013-09-03 15:57:15 UTC) #2
Jói
https://codereview.chromium.org/23453022/diff/6001/media/audio/audio_manager_base.cc File media/audio/audio_manager_base.cc (right): https://codereview.chromium.org/23453022/diff/6001/media/audio/audio_manager_base.cc#newcode297 media/audio/audio_manager_base.cc:297: NOTREACHED() << "Not implemented on this platform."; On 2013/09/03 ...
7 years, 3 months ago (2013-09-04 09:11:03 UTC) #3
tommi (sloooow) - chröme
lgtm. FYI - I have another cl on the way which adds functionality that I ...
7 years, 3 months ago (2013-09-04 10:48:10 UTC) #4
Jói
TBR=vrk@ for adding the audio_manager_unittest.cc file to media.gyp
7 years, 3 months ago (2013-09-04 11:03:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/23453022/14001
7 years, 3 months ago (2013-09-04 16:32:36 UTC) #6
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-09-04 17:15:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/23453022/47001
7 years, 3 months ago (2013-09-05 08:30:59 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-09-05 08:55:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/23453022/70001
7 years, 3 months ago (2013-09-05 10:51:57 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-09-05 11:25:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/23453022/64001
7 years, 3 months ago (2013-09-05 16:16:09 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 19:02:47 UTC) #13
Message was sent while issue was closed.
Change committed as 221484

Powered by Google App Engine
This is Rietveld 408576698