- From: guidou via GitHub <noreply@w3.org>
- Date: Thu, 21 Aug 2025 13:26:38 +0000
- To: public-webrtc-logs@w3.org
The spec only says that _The type attribute allows the application to determine when a key frame is being sent or received_, which I think is not really the definition that we want. The definition of the RTCEncodedVideoFrameType says "this frame can be decoded without reference to any other frames", which is true before the frame is neutered, but not after. The `[[type]]` slot exists, but it's value is never set or returned. It's only used for copying or serializing frames. With the spec text as is, probably no test can agree with it. Since two shipped implementations remember the value of the type field after it is neutered and the test agrees with them, I'm open to changing to spec to match this behavior. -- GitHub Notification of comment by guidou Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/278#issuecomment-3210603032 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 13:26:39 UTC