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+

Description Philippe Normand 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.
Comment 1 Philippe Normand 2012-09-04 08:13:11 PDT
Created attachment 162045 [details]
Patch
Comment 2 Philippe Normand 2012-09-04 08:45:40 PDT
Committed r127469: <http://trac.webkit.org/changeset/127469>