[Webkit-unassigned] [Bug 179373] New: [GStreamer] Builds fails with ENABLE_VIDEO=OFF due to GStreamer usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 7 06:10:28 PST 2017


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

            Bug ID: 179373
           Summary: [GStreamer] Builds fails with ENABLE_VIDEO=OFF due to
                    GStreamer usage
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

The build error is as follows:

    In file included from DerivedSources/WebCore/unified-sources/UnifiedSource287.cpp:8:0:
    ../Source/WebCore/page/DeprecatedGlobalSettings.cpp: In static member function ‘static void WebCore::DeprecatedGlobalSettings::setGStreamerEnabled(bool)’:
    ../Source/WebCore/page/DeprecatedGlobalSettings.cpp:144:23: error: incomplete type ‘WebCore::HTMLMediaElement’ used in nested name specifier
         HTMLMediaElement::resetMediaEngines();
                           ^~~~~~~~~~~~~~~~~

The part of the code referenced above is guarded with “USE(GSTREAMER)”,
but IIRC it used to be that building with “ENABLE_VIDEO=OFF” should not
be using GStreamer at all.

-- 
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/20171107/321bb72c/attachment.html>


More information about the webkit-unassigned mailing list