Bug 95751

Summary: [GStreamer] 0.11 build breaks due to rename of gst_message_new_duration
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, menard, mrobinson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Philippe Normand
Reported 2012-09-04 08:10:16 PDT
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.
Attachments
Patch (2.64 KB, patch)
2012-09-04 08:13 PDT, Philippe Normand
mrobinson: review+
Philippe Normand
Comment 1 2012-09-04 08:13:11 PDT
Philippe Normand
Comment 2 2012-09-04 08:45:40 PDT
Note You need to log in before you can comment on or make changes to this bug.