Re: [whatwg/streams] Is when pull() is called on an underlying source deterministic? (#1155)

> The Streams standard will discard all queued chunks, but then it's up to the garbage collector to clean up any resources associated with these VideoFrames. Can that cause problems if these are not cleaned up soon enough? 🤔

Good observation. This could be solved if the underlying source owned the VideoFrames as proposed in w3c/mediacapture-transform#56 and was responsible for their cleanup.

-- 
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/1155#issuecomment-892083491

Received on Tuesday, 3 August 2021 18:53:06 UTC