Closed
Bug 1473673
Opened 7 years ago
Closed 7 years ago
HTMLVideoElement.getVideoPlayBackQuality and VideoPlaybackQuality moved specs
Categories
(Developer Documentation Graveyard :: API: HTML, enhancement, P1)
Developer Documentation Graveyard
API: HTML
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheppy, Assigned: sheppy)
Details
These used to be part of the MSE spec but are now in a separate spec called "Media Playback Quality." We do not currently have this spec in our list of specifications, so will need to add it.
Also, this is available in Firefox on Android despite being listed otherwise in BCD.
Things that need updating:
Add "Media Playback Quality" to GroupData.json and SpecName.ejs. This includes the interface VideoPlaybackQuality and the method HTMLVideoElement.getVideoPlaybackQuality().
Update these pages to use the correct spec in the spec table:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/getVideoPlaybackQuality
https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality and all of its subpages
Updated•7 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → eshepherd
Updated•7 years ago
|
Priority: P2 → P1
| Assignee | ||
Comment 1•7 years ago
|
||
Submitted PR: https://github.com/mdn/kumascript/pull/1007
Updated pages:
* Updated https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/getVideoPlaybackQuality
* Updated https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality
* Updated https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/creationTime
* Updated https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/totalVideoFrames
* Updated https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/droppedVideoFrames
* Updated https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/corruptedVideoFrames
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•