Bug 93474 - [GStreamer] 0.11 build broken (again)
Summary: [GStreamer] 0.11 build broken (again)
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:
: 94955 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-08 06:56 PDT by Philippe Normand
Modified: 2012-09-13 08:44 PDT (History)
8 users (show)

See Also:


Attachments
Patch (7.57 KB, patch)
2012-08-08 07:07 PDT, Philippe Normand
webkit-ews: commit-queue-
Details | Formatted Diff | Diff
Patch (7.75 KB, patch)
2012-08-08 09:11 PDT, Philippe Normand
mrobinson: review+
mrobinson: commit-queue-
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-08-08 06:56:44 PDT
Patch incoming
Comment 1 Philippe Normand 2012-08-08 07:07:45 PDT
Created attachment 157210 [details]
Patch
Comment 2 Philippe Normand 2012-08-08 07:16:42 PDT
Comment on attachment 157210 [details]
Patch

Err, wrong patch.
Comment 3 Early Warning System Bot 2012-08-08 08:15:23 PDT
Comment on attachment 157210 [details]
Patch

Attachment 157210 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/13450918
Comment 4 Gyuyoung Kim 2012-08-08 08:21:44 PDT
Comment on attachment 157210 [details]
Patch

Attachment 157210 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/13463011
Comment 5 Early Warning System Bot 2012-08-08 08:27:55 PDT
Comment on attachment 157210 [details]
Patch

Attachment 157210 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/13452656
Comment 6 Philippe Normand 2012-08-08 09:11:13 PDT
Created attachment 157233 [details]
Patch
Comment 7 Martin Robinson 2012-08-08 09:21:28 PDT
Comment on attachment 157233 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=157233&action=review

> configure.ac:473
> +# fastream-0.1 depends on gstreamer 0.10 currently. Disable

Small typo here: fastream -> farstream
Comment 8 Philippe Normand 2012-08-08 09:53:09 PDT
Committed r125041: <http://trac.webkit.org/changeset/125041>
Comment 9 Thiago Marcos P. Santos 2012-08-08 10:03:08 PDT
This patch broke EFL build.

Building CXX object Source/WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.o
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function ‘virtual void StreamingClient::didReceiveResponse(WebCore::ResourceHandle*, const WebCore::ResourceResponse&)’:
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:856:159: error: cannot convert ‘GstTagList* {aka _GstStructure*}’ to ‘GstPad* {aka _GstPad*}’ for argument ‘2’ to ‘void notifyGstTagsOnPad(GstElement*, GstPad*, GstTagList*)’
make[2]: *** [Source/WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Comment 10 Philippe Normand 2012-08-08 10:08:15 PDT
Oops, thanks Thiago. Build fix in r125043!
Comment 11 Philippe Normand 2012-09-13 08:44:51 PDT
*** Bug 94955 has been marked as a duplicate of this bug. ***