diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-02 01:31:11 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-02 01:31:11 +0000 |
commit | e80c92698a601d2e737a2c5cf5e128b291fc46d5 (patch) | |
tree | 2a7dd0798f3744db467c2b5d9d4b08d3f3f41e24 /content/content_common.gypi | |
parent | ddd9ba041c5e3d4bde0f902167f274aed6a8ab5a (diff) | |
download | chromium_src-e80c92698a601d2e737a2c5cf5e128b291fc46d5.zip chromium_src-e80c92698a601d2e737a2c5cf5e128b291fc46d5.tar.gz chromium_src-e80c92698a601d2e737a2c5cf5e128b291fc46d5.tar.bz2 |
Implement media::VideoDecodeAccelerator on Mac
This CL implements media::VideoDecodeAccelerator for Mac. This will be used to implement hardware video decoding for Pepper Flash.
Currently a couple things are still missing:
- the new VideoDecodeAcceleratorMac class needs to be hooked up to GpuVideoDecodeAccelerator
- the PPB_VideoDecoder_Dev::Create() API needs to be extended so clients can specify the extra AVC data.
BUG=127414
TEST=Ran on Mac and Windows. Sending ARM try bots now.
Review URL: https://chromiumcodereview.appspot.com/10388108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index f61c556..3863919 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -197,6 +197,8 @@ 'common/gpu/image_transport_surface_linux.cc', 'common/gpu/image_transport_surface_mac.cc', 'common/gpu/image_transport_surface_win.cc', + 'common/gpu/media/mac_video_decode_accelerator.h', + 'common/gpu/media/mac_video_decode_accelerator.mm', 'common/gpu/media/gpu_video_decode_accelerator.cc', 'common/gpu/media/gpu_video_decode_accelerator.h', 'common/gpu/texture_image_transport_surface.h', |