[Webkit-unassigned] [Bug 95751] New: [GStreamer] 0.11 build breaks due to rename of gst_message_new_duration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 4 08:10:04 PDT 2012


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

           Summary: [GStreamer] 0.11 build breaks due to rename of
                    gst_message_new_duration
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


In gstreamer commit f712a9596c2bc1863edf9b816d9854eefca9ba45 gst_message_new_duration was renamed to gst_message_new_duration_changed.

However the only place where we used this is in the HTTP source element and only if appsrc < 0.10.27 is used at runtime. In the case of GStreamer 1.0 this condition will be always false so we can disable this code at build time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list