- From: Dale Curtis via GitHub <sysbot+gh@w3.org>
- Date: Tue, 18 May 2021 17:32:17 +0000
- To: public-webrtc-logs@w3.org
> I am unclear whether implicit conversions (like painting a YUV frame on a canvas) is a good thing or not. I agree we want to avoid implicit conversions in the course of codec I/O (encode/decode) and transfer (postMessage, transferable streams) operations for WebCodecs. However, draw operations should allow implicit conversion so the user agent can choose the most efficient platform specific rendering path way. E.g., drawImage(VideoFrame) works the same way it does for drawImage(HTMLVideoElement). In Chrome we will defer the conversion until compositing or may even just hand off the YUV data as an overlay to the platform. -- GitHub Notification of comment by dalecurtis Please view or discuss this issue at https://github.com/w3c/mediacapture-transform/issues/38#issuecomment-843384483 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 May 2021 17:32:30 UTC