[Webkit-unassigned] [Bug 241549] [GStreamer] Pipeline fails to fully close and restarts in background after webkitMediaStreamSrcTrackEnded/MediaStream close()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 14:38:19 PDT 2022


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

--- Comment #3 from James Hilliard <james.hilliard1 at gmail.com> ---
Oh, wasn't close(), I'm calling stop() on the tracks like this when closing the component:
if (stream) {
    stream.getTracks().forEach((track) => {
        track.stop();
    });
}

-- 
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/20220613/041b6206/attachment.htm>


More information about the webkit-unassigned mailing list