[Webkit-unassigned] [Bug 279499] New: [GStreamer] Fix potential clash between std::span and WTF's span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 11 01:33:04 PDT 2024


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

            Bug ID: 279499
           Summary: [GStreamer] Fix potential clash between std::span and
                    WTF's span
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: philn at igalia.com

In file included from /app/webkit/WebKitBuild/WPE/Release/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-56.cpp:7:
/app/webkit/Source/WebCore/platform/graphics/gstreamer/VideoFrameGStreamer.cpp: In static member function ‘static WTF::RefPtr<WebCore::VideoFrameGStreamer> WebCore::VideoFrameGStreamer::createFromPixelBuffer(WTF::Ref<WebCore::PixelBuffer>&&, CanvasContentType, WebCore::VideoFrame::Rotation, const WTF::MediaTime&, const WebCore::IntSize&, double, bool, std::optional<WebCore::VideoFrameTimeMetadata>&&, WebCore::PlatformVideoColorSpace&&)’:
/app/webkit/Source/WebCore/platform/graphics/gstreamer/VideoFrameGStreamer.cpp:325:40: error: reference to ‘span’ is ambiguous
  325 |     std::span<const char> formatName = span(gst_video_format_to_string(format));
      |                                        ^~~~

-- 
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/20240911/8d296ca0/attachment.htm>


More information about the webkit-unassigned mailing list