Bug 94955

Summary: [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*)'
Product: WebKit Reporter: David Ronis <David.Ronis>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Critical CC: pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

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 ***