Re: [mediacapture-transform] Fire a stopped event on VideoTrackGenerator if all downstream tracks are stopped (#117)

The VTG writable should get closed when all downstream tracks are stopped, see https://w3c.github.io/mediacapture-transform/#video-generator-stop.
No need for a specific event, instead: `writer.closed.then(() => trace.stop));`
A WPT test probably already covers this.

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/mediacapture-transform/issues/117#issuecomment-2502034790 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 26 November 2024 22:09:56 UTC