[whatwg/streams] Should there be dedicated VideoFrame ReadableStream/WritableStream constructs (Issue #1187)

As seen in various threads, using VideoFrame requires explicit closing, for instance when aborting streams.
Tee might be an issue, requiring to use structured cloning and a realtime mode to ensure limited buffering and branch independence.
If we start adding features for VideoFrame, we can wonder whether dedicated stream constructs for VideoFrame, like BYOB for array buffers, could be more ergonomic.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1187

Received on Tuesday, 16 November 2021 14:24:42 UTC