[webrtc-encoded-transform] Pass `pullAlgorithm` while initializing `[[readable]]`? (#187)

saschanaz has just created a new issue for https://github.com/w3c/webrtc-encoded-transform:

== Pass `pullAlgorithm` while initializing `[[readable]]`? ==
https://w3c.github.io/webrtc-encoded-transform/#stream-creation

>[Set up](https://streams.spec.whatwg.org/#readablestream-set-up) [this](https://webidl.spec.whatwg.org/#this).[[readable]]. [this](https://webidl.spec.whatwg.org/#this).[[readable]] is provided frames using the [readEncodedData](https://w3c.github.io/webrtc-encoded-transform/#abstract-opdef-readencodeddata) algorithm given this as parameter.

But it defines no pullAlgorithm, and nothing explicitly calls `readEncodedData` outside the stream, which means nothing will enqueue any data at all. Should it pass a pullAlgorithm that calls readEncodedData?

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


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

Received on Thursday, 22 June 2023 14:12:25 UTC