- From: youennf via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 Jan 2024 15:13:05 +0000
- To: public-webrtc@w3.org
youennf has just created a new issue for https://github.com/w3c/mediacapture-transform: == Spec should link to https://www.w3.org/TR/webcodecs/#close-videoframe instead of calling close() == The spec says: ```` The [WritableStream](https://streams.spec.whatwg.org/#writablestream) accepts [VideoFrame](https://w3c.github.io/webcodecs/#videoframe) objects. When a [VideoFrame](https://w3c.github.io/webcodecs/#videoframe) is written to [writable](https://w3c.github.io/mediacapture-transform/#dom-videotrackgenerator-writable), the frame’s close() method is automatically invoked, so that its internal resources are no longer accessible from JavaScript. ``` Instead it should call the corresponding close algorithm. Please view or discuss this issue at https://github.com/w3c/mediacapture-transform/issues/91 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 19 January 2024 15:13:07 UTC