|
Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame.
This CL removes a redundant class in the form of
media::VideoCapture::VideoFrameBuffer, and replaces it with
media::VideoFrame. Also: as media::VideoFrame has an embedded
destruction callback, use this to handle buffer returns on
the video capture stack, and remove the explicit
VideoCapture::FeedBuffer entry point.
BUG=None
TEST=local build, content_unittests, run on desktop Linux with
screen capture and webcam
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223434
Total comments: 9
Total comments: 2
Total comments: 22
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+206 lines, -229 lines) |
Patch |
 |
M |
content/renderer/media/rtc_video_capture_delegate.h
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/rtc_video_capture_delegate.cc
|
View
|
1
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/rtc_video_capturer.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/rtc_video_capturer.cc
|
View
|
1
2
3
|
3 chunks |
+35 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_impl.h
|
View
|
|
6 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_impl.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+77 lines, -79 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_impl_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/video_capture_message_filter.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_video_capture.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_platform_video_capture.cc
|
View
|
|
2 chunks |
+4 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_video_capture_host.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_video_capture_host.cc
|
View
|
1
2
3
|
2 chunks |
+27 lines, -18 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/video_capture.h
|
View
|
|
3 chunks |
+5 lines, -30 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/video_capture_proxy.h
|
View
|
|
2 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/video/capture/video_capture_proxy.cc
|
View
|
|
2 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|