[webrtc-encoded-transform] Should neutered RTCEncodedVideoFrames have type "empty" (#278)

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

== Should neutered RTCEncodedVideoFrames have type "empty" ==
The spec says 
`empty`: This frame contains no data.

`key`: This frame can be decoded without reference to any other frames.

`delta`: This frame references another frame and can not be decoded without that frame.


IMO, this means that a transferred or written frame , which contains no data, should have type "empty".
However, we have a WPT that says it should return the same type it had before being neutered and some implementations follow this.


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


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

Received on Thursday, 21 August 2025 08:58:38 UTC