|
Merge AssociateStreamWithProducer message into CreateStream message for both audio output and input.
Also:
1. Removed RendererAudioOutputDevice class, since it's no longer necessary to manage asynchronously associating a render view with a stream.
2. Clean-ups: Applied several changes/bug fixes to bring the audio input classes/impls up-to-date w.r.t. the audio output classes/impls. Filed bug 179597 for follow-up.
3. Added missing plumbing for associating audio input devices created by WebRtcAudioCapturer to render views.
4. Updated unit tests.
BUG= 166779
TEST=media_unittests, content_unittests, TSAN, chrome/test/functional/webrtc_*.py, and manual testing described in http://codereview.chromium.org/11359196/
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194711
Total comments: 4
Total comments: 51
Total comments: 9
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+622 lines, -714 lines) |
Patch |
 |
M |
content/browser/renderer_host/media/audio_input_renderer_host.h
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_input_renderer_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+21 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+14 lines, -42 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/audio_renderer_host_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/common/media/audio_messages.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_device_factory.h
|
View
|
1
2
3
|
2 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_device_factory.cc
|
View
|
1
2
3
4
|
2 chunks |
+25 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_input_message_filter.h
|
View
|
1
2
3
4
|
4 chunks |
+15 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_input_message_filter.cc
|
View
|
1
2
3
4
|
2 chunks |
+73 lines, -33 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_message_filter.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+21 lines, -25 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_message_filter.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+70 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_message_filter_unittest.cc
|
View
|
1
|
6 chunks |
+31 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/audio_renderer_mixer_manager.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dependency_factory.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dependency_factory.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dependency_factory_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/mock_media_stream_dependency_factory.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/mock_media_stream_dependency_factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/renderer/media/renderer_audio_output_device.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
content/renderer/media/renderer_audio_output_device.cc
|
View
|
1
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/renderer_webaudiodevice_impl.h
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/renderer_webaudiodevice_impl.cc
|
View
|
1
|
3 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_audio_capturer.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_audio_capturer.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_audio_device_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_audio_renderer.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_audio_renderer.cc
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_local_audio_renderer.h
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_local_audio_renderer.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_audio_input_impl.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+4 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_audio_input_impl.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+21 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_audio_output_impl.h
|
View
|
1
|
4 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_audio_output_impl.cc
|
View
|
1
2
3
|
3 chunks |
+28 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_input_device.h
|
View
|
1
2
3
4
|
8 chunks |
+32 lines, -12 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_input_device.cc
|
View
|
1
2
3
4
|
10 chunks |
+53 lines, -51 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_input_ipc.h
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -30 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_device.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+11 lines, -19 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_device.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+39 lines, -23 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_device_unittest.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+14 lines, -18 lines |
0 comments
|
Download
|
 |
M |
media/audio/audio_output_ipc.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+17 lines, -30 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|