[Webkit-unassigned] [Bug 233540] New: Weird JS usage in webrtc/multi-video.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 28 03:43:32 PST 2021


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

            Bug ID: 233540
           Summary: Weird JS usage in webrtc/multi-video.html
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com

video1.srcObject = new MediaStream(stream.getVideoTracks([0]));

doesn't make much sense? Should be 

video1.srcObject = new MediaStream([stream.getVideoTracks()[0]]);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211128/6627c138/attachment-0001.htm>


More information about the webkit-unassigned mailing list