[Webkit-unassigned] [Bug 133511] iOS 8 WebGL cannot pass video to texImage2d

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 10:31:31 PDT 2014


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





--- Comment #12 from Alex Christensen <achristensen at apple.com>  2014-06-20 10:31:51 PST ---
The hasSingleSecurityOrigin  check fails.  The source of this problem is in MediaPlayerPrivateAVFoundationObjC.mm:

#if PLATFORM(IOS)
// FIXME: Implement for iOS in WebKit System Interface.
static inline NSURL *wkAVAssetResolvedURL(AVAsset*)
{
    return nil;
}
#endif

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