VideoPlaybackQuality corruptedFrames deprecated
Categories
(Core :: Audio/Video: Playback, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: chcunningham, Assigned: alwu)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Steps to reproduce:
VideoPlaybackQuality initially shipped with a corruptedFrames attribute. Media WG resolved to remove it from the spec.
https://github.com/w3c/media-playback-quality/pull/20
This issue tracks updates to Firefox to remove it from the API.
Note: While most implementers simply returned 0, some sites out there may still be expecting this attribute to exist (ex: if only to log it). We are just now shipping the VideoPlaybackQuality API in Chrome, so we don't have telemetry on usage of corruptedFrames. Our plan is to collect some metrics and potentially deprecate this slowly.
Chrome ship thread:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/fgE0Ua9ZSU8/3XM9bU1LAgAJ
![]() |
||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Alistair, is this something you could take over?
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
According to [1], we're going to deprecate this attribute.
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8c086b8b46df
https://hg.mozilla.org/mozilla-central/rev/a2bf666e1742
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Documentation updated:
- Updated the corruptedVideoFrames page a bit
- Submitted PR 5489
- Added an entry to Firefox 73 for developers
Description
•