diff options
author | mcasas <mcasas@chromium.org> | 2016-02-18 10:09:57 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-18 18:11:16 +0000 |
commit | a9349677919cf6ce59045869782109ce3ac0dd19 (patch) | |
tree | c53bf20a01cbb82c2a268c66fd37bf96a25cee58 /media/BUILD.gn | |
parent | cf48b0a2409754f872d17335131bd14fd67b3f0b (diff) | |
download | chromium_src-a9349677919cf6ce59045869782109ce3ac0dd19.zip chromium_src-a9349677919cf6ce59045869782109ce3ac0dd19.tar.gz chromium_src-a9349677919cf6ce59045869782109ce3ac0dd19.tar.bz2 |
Remove V4L2CaptureDelegate{Single,Multi}Plane, VCD::Client::OnIncomingCapturedYuvData()
this CL:
- removes both V4L2CaptureDelegateMultiPlane and
V4L2CaptureDelegateSinglePlane, leaving only the single
plane version, which is intelligently blended into
their parent class V4L2CaptureDelegate.
- Since the former class is the only user of
VideoCaptureDevice::Client::OnIncomingCapturedYuvData(),
that method is removed (yay!).
- Also cleaned up a bit here and there.
- VideoCaptureDeviceClientTest also updated and
improved.
BUG=585519
Review URL: https://codereview.chromium.org/1685713003
Cr-Commit-Position: refs/heads/master@{#376200}
Diffstat (limited to 'media/BUILD.gn')
-rw-r--r-- | media/BUILD.gn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/BUILD.gn b/media/BUILD.gn index b92755a..1ca0c08 100644 --- a/media/BUILD.gn +++ b/media/BUILD.gn @@ -125,10 +125,6 @@ component("media") { "capture/video/file_video_capture_device_factory.h", "capture/video/linux/v4l2_capture_delegate.cc", "capture/video/linux/v4l2_capture_delegate.h", - "capture/video/linux/v4l2_capture_delegate_multi_plane.cc", - "capture/video/linux/v4l2_capture_delegate_multi_plane.h", - "capture/video/linux/v4l2_capture_delegate_single_plane.cc", - "capture/video/linux/v4l2_capture_delegate_single_plane.h", "capture/video/linux/video_capture_device_chromeos.cc", "capture/video/linux/video_capture_device_chromeos.h", "capture/video/linux/video_capture_device_factory_linux.cc", |