[Webkit-unassigned] [Bug 86410] [texmap][GStreamer] Composited Video support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 02:20:56 PST 2012


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





--- Comment #60 from Philippe Normand <pnormand at igalia.com>  2012-11-08 02:22:30 PST ---
(In reply to comment #59)
> Created an attachment (id=172745)
 --> (https://bugs.webkit.org/attachment.cgi?id=172745&action=review) [details]
> temp patch to add eglCreateImageKHR and glEGLImageTargetTexture2DOES, fail to compile
> 
> temp patch to add eglCreateImageKHR and glEGLImageTargetTexture2DOES, but fail to compile
> 
> I met a strange issue that: compile fail if I try to include GLContextEGL.h in MediaPlayerPrivateGStreamer.cpp.
> "MediaPlayerPrivateGStreamer.cpp:321:35: error: expected unqualified-id before numeric constant"
> it seems to be namespace issue, but i don't know where breaks.
> 
> you can reproduce the issue by simple include GLContextEGL.h in MediaPlayerPrivateGStreamer.cpp

Preprocess the file with g++ -E ....cpp -o foo.cpp and check the resulting file.

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