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

Issue 9705056: PepperPlatformAudioInputImpl: support audio input device selection. (Closed)

Created:
8 years, 9 months ago by yzshen1
Modified:
8 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, jam, darin-cc_chromium.org
Visibility:
Public.

Description

PepperPlatformAudioInputImpl: support audio input device selection. BUG=None TEST=ppapi/examples/audio_input Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128110

Patch Set 1 #

Total comments: 34

Patch Set 2 : Changes in response to Shijing's suggestions. #

Total comments: 6

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : sync #

Patch Set 5 : Fix license header. #

Patch Set 6 : sync&resolve again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -105 lines) Patch
M content/renderer/media/media_stream_dispatcher.cc View 1 chunk +6 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_platform_audio_input_impl.h View 1 2 3 4 5 4 chunks +43 lines, -7 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_input_impl.cc View 1 2 3 4 5 5 chunks +162 lines, -39 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_output_impl.h View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_platform_audio_output_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 4 5 1 chunk +5 lines, -3 lines 0 comments Download
M ppapi/examples/audio_input/audio_input.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M ppapi/examples/audio_input/audio_input.html View 2 chunks +14 lines, -9 lines 0 comments Download
M ppapi/shared_impl/ppb_audio_input_shared.cc View 1 2 4 chunks +25 lines, -12 lines 0 comments Download
M webkit/plugins/ppapi/audio_helper.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 2 3 4 chunks +22 lines, -12 lines 0 comments Download
M webkit/plugins/ppapi/ppb_audio_input_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_audio_input_impl.cc View 1 3 chunks +9 lines, -6 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
yzshen1
Hi, Henrik, Wei and Trung. Would you please take a look? Thanks! Henrik and Wei: ...
8 years, 9 months ago (2012-03-15 08:28:48 UTC) #1
henrika (OOO until Aug 14)
Yuzhu, Shijing knows the details about media-stream better than I do. I've moved myself to ...
8 years, 9 months ago (2012-03-15 12:10:32 UTC) #2
yzshen
Hi, Henrik. Please build chrome and the audio input example (ppapi_example_audio_input). And then run the ...
8 years, 9 months ago (2012-03-15 17:36:54 UTC) #3
no longer working on chromium
Hi Yuzhu, I did not have time to take a look at it today, but ...
8 years, 9 months ago (2012-03-15 17:47:37 UTC) #4
yzshen
On Thu, Mar 15, 2012 at 10:47 AM, <xians@chromium.org> wrote: > Hi Yuzhu, > > ...
8 years, 9 months ago (2012-03-15 18:07:00 UTC) #5
wjia(left Chromium)
lgtm on media_stream_dispatcher.cc. I will leave audio_input_device stuff to xians@ since he is more familiar ...
8 years, 9 months ago (2012-03-15 23:41:34 UTC) #6
no longer working on chromium
It looks quite good, we are almost there. http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.cc File content/renderer/pepper/pepper_platform_audio_input_impl.cc (right): http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.cc#newcode21 content/renderer/pepper/pepper_platform_audio_input_impl.cc:21: shutdown_called_(false) ...
8 years, 9 months ago (2012-03-16 14:33:23 UTC) #7
no longer working on chromium
Monday and Tuesday are the dates for our skiing trip, so I will try to ...
8 years, 9 months ago (2012-03-16 14:35:11 UTC) #8
viettrungluu
http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.h File content/renderer/pepper/pepper_platform_audio_input_impl.h (right): http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.h#newcode18 content/renderer/pepper/pepper_platform_audio_input_impl.h:18: class PepperPluginDelegateImpl; Alphabetical order? http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.h#newcode86 content/renderer/pepper/pepper_platform_audio_input_impl.h:86: // THIS MUST ...
8 years, 9 months ago (2012-03-16 22:29:08 UTC) #9
yzshen1
On 2012/03/16 14:35:11, xians1 wrote: > Monday and Tuesday are the dates for our skiing ...
8 years, 9 months ago (2012-03-16 22:36:47 UTC) #10
yzshen1
Hi, Shijing. Please take another look. Thanks! (Haven't addressed issues that Trung raised. Will do ...
8 years, 9 months ago (2012-03-17 09:32:56 UTC) #11
viettrungluu
http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.h File content/renderer/pepper/pepper_platform_audio_input_impl.h (right): http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.h#newcode18 content/renderer/pepper/pepper_platform_audio_input_impl.h:18: class PepperPluginDelegateImpl; Most places I've seen alphabetize based on ...
8 years, 9 months ago (2012-03-17 23:52:22 UTC) #12
no longer working on chromium
My second round. To save time, lgtm if my comments are addressed again. http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.cc File ...
8 years, 9 months ago (2012-03-18 00:38:59 UTC) #13
yzshen1
Thanks, Trung and Shijing. Please take another look. http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.cc File content/renderer/pepper/pepper_platform_audio_input_impl.cc (right): http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.cc#newcode21 content/renderer/pepper/pepper_platform_audio_input_impl.cc:21: shutdown_called_(false) ...
8 years, 9 months ago (2012-03-19 21:47:54 UTC) #14
viettrungluu
LGTM with (very small) nits. http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.h File content/renderer/pepper/pepper_platform_audio_input_impl.h (right): http://codereview.chromium.org/9705056/diff/1/content/renderer/pepper/pepper_platform_audio_input_impl.h#newcode86 content/renderer/pepper/pepper_platform_audio_input_impl.h:86: // THIS MUST ONLY ...
8 years, 9 months ago (2012-03-20 18:20:02 UTC) #15
yzshen1
Thanks! https://chromiumcodereview.appspot.com/9705056/diff/15001/webkit/plugins/ppapi/plugin_delegate.h File webkit/plugins/ppapi/plugin_delegate.h (right): https://chromiumcodereview.appspot.com/9705056/diff/15001/webkit/plugins/ppapi/plugin_delegate.h#newcode245 webkit/plugins/ppapi/plugin_delegate.h:245: // Starts the capture. On 2012/03/20 18:20:02, viettrungluu ...
8 years, 9 months ago (2012-03-21 17:55:45 UTC) #16
yzshen1
[+brettw] Hi, Brett. Would you please do an OWNER review for content/renderer? Thanks! On 2012/03/21 ...
8 years, 9 months ago (2012-03-21 18:02:15 UTC) #17
brettw
lgtm
8 years, 9 months ago (2012-03-21 18:12:19 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/9705056/29002
8 years, 9 months ago (2012-03-21 20:00:06 UTC) #19
commit-bot: I haz the power
Can't apply patch for file content/renderer/pepper/pepper_platform_audio_input_impl.cc. While running patch -p1 --forward --force; patching file content/renderer/pepper/pepper_platform_audio_input_impl.cc ...
8 years, 9 months ago (2012-03-21 21:24:54 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/9705056/24004
8 years, 9 months ago (2012-03-21 22:13:42 UTC) #21
commit-bot: I haz the power
8 years, 9 months ago (2012-03-21 23:44:00 UTC) #22
Change committed as 128110

Powered by Google App Engine
This is Rietveld 408576698