Bug 77085

Summary: [GStreamer] 0.11 build support
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: slomo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77005    
Attachments:
Description Flags
0.11 build support mrobinson: review+

Philippe Normand
Reported 2012-01-26 02:56:16 PST
We need a new --with-gstreamer configure option and a macro to ease porting the existing code.
Attachments
0.11 build support (4.39 KB, patch)
2012-01-26 03:02 PST, Philippe Normand
mrobinson: review+
Philippe Normand
Comment 1 2012-01-26 03:02:21 PST
Created attachment 124089 [details] 0.11 build support
Sebastian Dröge (slomo)
Comment 2 2012-01-30 02:24:01 PST
Looks good
Martin Robinson
Comment 3 2012-01-30 09:48:34 PST
Comment on attachment 124089 [details] 0.11 build support View in context: https://bugs.webkit.org/attachment.cgi?id=124089&action=review Looks good, but fix the indentation and line breaking of the case statement. > configure.ac:272 > +# determine the (optional) GStreamer version to use You can just omit this. > configure.ac:277 > + [case "$with_gstreamer" in > + 0.10|0.11) ;; Your line breaks and indentation are a bit weird here.
Philippe Normand
Comment 4 2012-01-31 00:03:50 PST
Note You need to log in before you can comment on or make changes to this bug.