[Webkit-unassigned] [Bug 118776] New: Only the first call to 'stop' method of AudioBufferSourceNode must be entertained.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 16 21:37:54 PDT 2013


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

           Summary: Only the first call to 'stop' method of
                    AudioBufferSourceNode must be entertained.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: praveen.j at samsung.com
                CC: crogers at google.com, dev_sachin at yahoo.com


'stop' method should be called only once for an AudioBufferSourceNode (and OscillatorNode). Any further call to 'stop' method for the same source must throw an exception. In the current implementation, further calls to 'stop' method before the node goes to FINISHED_STATE updates the end time of the node which is not as expected.

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