Bug 94955 - [regression] Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:857:101: error: cannot convert 'const char*' to 'GstTagList* {aka _GstTagList*}' for argument '1' to 'GstEvent* gst_event_new_tag(GstTagList*)'
Summary: [regression] Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStrea...
Status: RESOLVED DUPLICATE of bug 93474
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 10:49 PDT by David Ronis
Modified: 2012-09-13 08:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Ronis 2012-08-24 10:49:57 PDT
I'm trying to build webkit 1.9.6 in a gnome 3.5.90 environment, with gst-1.0.  The build fails with:

 CXX    Source/WebCore/platform/graphics/gstreamer/libWebCoreGtk_la-WebKitWebSourceGStreamer.lo
Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function 'virtual void StreamingClient::didReceiveResponse(WebCore::ResourceHandle*, const WebCore::ResourceResponse&)':
Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:857:101: error: cannot convert 'const char*' to 'GstTagList* {aka _GstTagList*}' for argument '1' to 'GstEvent* gst_event_new_tag(GstTagList*)'
make[2]: *** [Source/WebCore/platform/graphics/gstreamer/libWebCoreGtk_la-WebKitWebSourceGStreamer.lo] Error 1
m
Comment 1 Philippe Normand 2012-09-13 08:44:51 PDT
I'll make sure the latest build fixes for gst 1.0 appear in the next release.

*** This bug has been marked as a duplicate of bug 93474 ***