[Webkit-unassigned] [Bug 36654] MediaPlayer supports only one MediaPlayerPrivateInterface implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 04:26:28 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36654





--- Comment #1 from Philippe Normand <pnormand at igalia.com>  2010-03-26 04:26:28 PST ---
I am experimenting with the GStreamer backend on the mac port and I stumbled
upon this ;)

In file included from
/Users/phil/gst/jhbuild/build/WebKit/WebCore/platform/graphics/MediaPlayer.cpp:46:
/Users/phil/gst/jhbuild/build/WebKit/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:52:
error: redefinition of 'class WebCore::MediaPlayerPrivate'
/Users/phil/gst/jhbuild/build/WebKit/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h:58:
error: previous definition of 'class WebCore::MediaPlayerPrivate'


So for now I had to deactivate build of the MediaPlayerPrivateQTKit. It'd be
great to figure out a solution for this so we could eventually have 2 backends
and let the MediaPlayer correctly decide which one to use depending on the
media to play.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list