Bug 95751 - [GStreamer] 0.11 build breaks due to rename of gst_message_new_duration
Summary: [GStreamer] 0.11 build breaks due to rename of gst_message_new_duration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 08:10 PDT by Philippe Normand
Modified: 2012-09-04 08:45 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2012-09-04 08:13 PDT, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>