[Webkit-unassigned] [Bug 139434] New: [CMAKE] bump GSTREAMER required version to 1.2.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 01:44:10 PST 2014


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

            Bug ID: 139434
           Summary: [CMAKE] bump GSTREAMER  required version to 1.2.0
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fvallee at connected-labs.com

Cmake is defined required version for gstreamer as "1.0.3" but it cannot compile anymore.

Following commit: "[GStreamer] HTTP source element lacks SCHEDULING query support" http://trac.webkit.org/changeset/17656
is introducing "GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED" flags which is defined only in gstreamer >= 1.2.0
(https://developer.gnome.org/gstreamer/stable/gstreamer-GstQuery.html#GstSchedulingFlags)

Jhbuild is using 
gtk: gstreamer 1.4.4 (https://bugs.webkit.org/show_bug.cgi?id=138866)
efl: gstreamer1.2.1  (https://bugs.webkit.org/show_bug.cgi?id=125155)

so it should be safe to set 1.2.0 required in cmake.

-- 
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/20141209/21833b9f/attachment-0002.html>


More information about the webkit-unassigned mailing list