[mediacapture-transform] MediaStreamTrackProcessor threading model is underspecified (#27)

youennf has just created a new issue for https://github.com/w3c/mediacapture-transform:

== MediaStreamTrackProcessor threading model is underspecified ==
In particular, it is not clear how enqueuing of frames is actually happening.
The frames are most probably generated in a media thread.
But they are consumed in the ReadableStream thread.
Spec should clarify how this actually happens.
That will allow to understand where maxBufferSize checks happen and what is the impact of blocking the ReadableStream thread.

Please view or discuss this issue at https://github.com/w3c/mediacapture-transform/issues/27 using your GitHub account


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

Received on Thursday, 29 April 2021 08:45:19 UTC