[Webkit-unassigned] [Bug 225651] [WebRTC][GStreamer] Flaky potential uninitialized read in fast/mediastream/MediaStream-video-element-video-tracks-disabled.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 09:31:45 PDT 2021


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

--- Comment #3 from Philippe Normand <pnormand at igalia.com> ---
I have a patch but the test still flakes:

    function canplaythrough()
    {    
        mediaStream.getVideoTracks()[0].enabled = false;
        window.testRunner.notifyDone();
    }


Due to the asynchronous nature of the GStreamer pipeline involved, we can't be sure the video is black right after the track was disabled, so we would need to delay the notifyDone call. Would this be acceptable?

-- 
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/20210517/9ddf0cb9/attachment.htm>


More information about the webkit-unassigned mailing list