[Webkit-unassigned] [Bug 247802] New: RemoteAudioDestinationProxy base class is platform specific

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 06:39:56 PST 2022


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

            Bug ID: 247802
           Summary: RemoteAudioDestinationProxy base class is platform
                    specific
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com

RemoteAudioDestinationProxy base class is platform specific

Remote proxies in general should work on all platforms.

The platform specificness causes ifdefing. 
The ifdefing in the RemoteAudioDestinationProxy causes ifdefing for in RemoteAudioDestinationManager messages.
Ifdefing in messages is problematic as the argument ifdefs cause new message names and that gets unmanageable.

All this is because GStreamer does not yet use RemoteAudioDestinationProxy but still compiles it.

-- 
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/20221111/8288b657/attachment.htm>


More information about the webkit-unassigned mailing list