[Webkit-unassigned] [Bug 80823] New: [GStreamer] run AudioFileReader in a nested loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 01:31:28 PDT 2012


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

           Summary: [GStreamer] run AudioFileReader in a nested loop
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com
                CC: crogers at google.com
            Blocks: 61355


The current implementation blocks and iterates on the GLib default main context. This potentially triggers ASSERTs, the file reader not running in the main thread and some timer being fired from the resource loader (running in the main thread) in the file reader thread.

We should use a nested GLib main loop!

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