[Webkit-unassigned] [Bug 263578] New: Rename webrtc::pixelBufferFrom* functions to have 'create' in the name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 23 20:33:56 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=263578

            Bug ID: 263578
           Summary: Rename webrtc::pixelBufferFrom* functions to have
                    'create' in the name
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

These functions return retained values, so should have 'create' in the name:

CVPixelBufferRef pixelBufferFromI420Buffer(const uint8_t* buffer, size_t length, size_t width, size_t height, I420BufferLayout) CF_RETURNS_RETAINED;
CVPixelBufferRef pixelBufferFromI420ABuffer(const uint8_t* buffer, size_t length, size_t width, size_t height, I420ABufferLayout) CF_RETURNS_RETAINED;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231024/99b1c241/attachment.htm>


More information about the webkit-unassigned mailing list