[Webkit-unassigned] [Bug 30700] fast/media/mq-transform-02.html failed on Leopard Commit Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 11:28:36 PDT 2009


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-10-23 11:28:35 PDT ---
According to:
    OSErr err = Gestalt(gestaltQuickTimeVersion, &qtVersion);
    printf("\n\nQuickTime version: %lx\n\n", qtVersion);

My quicktime version is:
QuickTime version: 7648000

So I'll update the version check:
    if (qtVersion <= 0x07640000)
 assuming that the QuickTime crasher still isn't fixed.

I guess the leopard build bots haven't upgraded quicktime versions yet.

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