Changeset 214968 in webkit


Ignore:
Timestamp:
Apr 5, 2017 1:59:37 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Switch to kCVPixelFormatType_420YpCbCr8BiPlanarFullRange for Mac video capture format
https://bugs.webkit.org/show_bug.cgi?id=170509

Patch by Youenn Fablet <youenn@apple.com> on 2017-04-05
Reviewed by Eric Carlson.

Covered by existing tests.

  • platform/mediastream/mac/AVVideoCaptureSource.mm:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r214966 r214968  
     12017-04-05  Youenn Fablet  <youenn@apple.com>
     2
     3        Switch to kCVPixelFormatType_420YpCbCr8BiPlanarFullRange for Mac video capture format
     4        https://bugs.webkit.org/show_bug.cgi?id=170509
     5
     6        Reviewed by Eric Carlson.
     7
     8        Covered by existing tests.
     9
     10        * platform/mediastream/mac/AVVideoCaptureSource.mm:
     11
    1122017-04-05  Javier Fernandez  <jfernandez@igalia.com>
    213
  • trunk/Source/WebCore/platform/mediastream/mac/AVVideoCaptureSource.mm

    r214120 r214968  
    104104namespace WebCore {
    105105
    106 #if PLATFORM(MAC)
    107 const OSType videoCaptureFormat = kCVPixelFormatType_420YpCbCr8Planar;
    108 #else
    109106const OSType videoCaptureFormat = kCVPixelFormatType_420YpCbCr8BiPlanarFullRange;
    110 #endif
    111107
    112108class AVVideoCaptureSourceFactory : public RealtimeMediaSource::CaptureFactory {
Note: See TracChangeset for help on using the changeset viewer.