[Webkit-unassigned] [Bug 208958] New: [GPUP] Add special handling of MediaTime within message generator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 17:06:33 PDT 2020


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

            Bug ID: 208958
           Summary: [GPUP] Add special handling of MediaTime within
                    message generator
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

GPU Process added MediaTime to messages.in files. The messages.py script wasn't updated for special handling of this.

Pretty sure the only reason this works is because of a .cpp file being included in a unified build. For non-unified builds the following happens

In file included from ../../Source/WebKit/WebProcess/GPU/GPUProcessConnection.cpp:35:
WebKit/DerivedSources\MediaPlayerPrivateRemoteMessages.h:546:75: error: unknown type name 'MediaTime'
    typedef std::tuple<const WebKit::TrackPrivateRemoteIdentifier&, const MediaTime&, const MediaTime&, const IPC::DataReference&> Arguments;

-- 
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/20200312/624b47f9/attachment.htm>


More information about the webkit-unassigned mailing list