[Webkit-unassigned] [Bug 142537] New: [GStreamer][GTK] Minimum required version for gst-plugins-base is actually 1.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 11:46:50 PDT 2015


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

            Bug ID: 142537
           Summary: [GStreamer][GTK] Minimum required version for
                    gst-plugins-base is actually 1.1
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: cgarcia at igalia.com, mrobinson at webkit.org,
                    pnormand at igalia.com, slomo at coaxion.net

When finding the GStreamer libraries at Source/cmake/FindGStreamer.cmake the minimum required version for gst-plugins-base is 1.0.

However the file Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp includes <gst/app/app.h> which is only available on gst-plugins-base >= 1.1

This include was added on r177085 <http://trac.webkit.org/r177085>

So I guess we either need to raise the minimum version required or put some ifdefs.

-- 
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/20150310/607cd8ed/attachment-0002.html>


More information about the webkit-unassigned mailing list