- From: docfaraday via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Jun 2023 16:30:45 +0000
- To: public-webrtc@w3.org
docfaraday has just created a new issue for https://github.com/w3c/webrtc-encoded-transform: == shouldTriggerKeyFrame flag is set backwards == This language appears to be backwards. "Let shouldTriggerKeyFrame be true if encoder.[[pendingKeyFrameTasks]] contains a task whose [[rid]] value is equal to rid, and false otherwise." This will set shouldTriggerKeyFrame to false if this is the first generateKeyFrame call for the rid (which means that the first call does not do anything), and true if there are already previous requests. Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/183 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 2 June 2023 16:30:47 UTC