-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix descriptions according to the upgraded draft #689
Conversation
* Remove description reference to non-existing-field totalSamplesDecoded
dontcallmedom marked as non substantive for IPR from ash-nazg. |
hmmm... we should link to |
no other mechanism at this stage, since provisional stats aren't indexed in our definition db at this time. |
@@ -1238,7 +1238,7 @@ <h2> | |||
This metric is not incremented for frames that are not decoded, | |||
i.e. {{RTCReceivedRtpStreamStats/framesDropped}}. | |||
The average processing delay can be calculated by dividing the {{totalProcessingDelay}} with the | |||
{{framesDecoded}} for video (or povisional stats spec <code>totalSamplesDecoded</code> for audio). | |||
{{framesDecoded}} for video. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"For video" should be at the start of the paragraph.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make totalProcessingDelay video-only since it's only implemented for video, then it makes sense to not reference totalSamplesDecoded
Perhaps a better solution would be to caveat this metric for video, ergo adding a preamble that it is only for video. |
The issue #660 is about marking up the stats that are only implemented for one stat. |
Let's follow up in #660 |
Preview | Diff