|
Implement getMediaDevices.
* Hook up two new function in the blink interface WebUserMediaClient in MediaStreamImpl through MediaStreamDispatcher to MediaStreamManager to enumerate audio and video input devices.
* Produces the same result as the current getSources API.
* The blink interface will be landed after this CL and browser test after that.
* Add audio output devices and group ID support is done in another CL.
BUG= 338511
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274608
Total comments: 30
Total comments: 7
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+428 lines, -113 lines) |
Patch |
 |
M |
content/browser/renderer_host/media/device_request_message_filter.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/device_request_message_filter_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+10 lines, -52 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_dispatcher_host.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_dispatcher_host.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+51 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
11 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/video_capture_host_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dispatcher.h
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl.h
|
View
|
1
2
3
4
5
|
6 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+172 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_impl_unittest.cc
|
View
|
1
2
3
4
5
|
12 chunks |
+52 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/mock_media_stream_dispatcher.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/mock_media_stream_dispatcher.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+43 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_uma_histograms.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_uma_histograms_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|