Skip to content
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

Remove definitions/interface for corruptedFrames. #20

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

chcunningham
Copy link
Contributor

Media WG resolved to remove this field at TPAC.
https://www.w3.org/2019/09/19-mediawg-minutes.html#resolution01

Most UAs have not implemented corrupted frames and have no means to do
so.

Serious corruption will generally produce a decode error. This may
may not be logically associated with particular frames. Less serious
corruption may produce artifacts in the output, but in most cases it is
not feasible for a UA to know that this has occurred.

Media WG resolved to remove this field at TPAC.
https://www.w3.org/2019/09/19-mediawg-minutes.html#resolution01

Most UAs have not implemented corrupted frames and have no means to do
so.

Serious corruption will generally produce a decode error. This may
may not be logically associated with particular frames. Less serious
corruption may produce artifacts in the output, but in most cases it is
not feasible for a UA to know that this has occurred.
@chcunningham
Copy link
Contributor Author

chcunningham commented Nov 5, 2019

@mounirlamouri, pls review.

FYI @jernoble @jyavenard @vi-dot-cpp

@jyavenard
Copy link
Member

+1

@mounirlamouri
Copy link
Member

Text LGTM.

Only question, and this could be a follow-up, is given that it was implemented by many, should we have a note in the spec that previous versions used to have the attribute? Or does Mozilla and Apple expect to drop this?

@chcunningham
Copy link
Contributor Author

Mounir approved offline.

@chcunningham chcunningham merged commit f7cf7b1 into gh-pages Nov 18, 2019
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Dec 11, 2019
…lity' r=bzbarsky

According to [1], we're going to deprecate this attribute.

[1] w3c/media-playback-quality#20

Differential Revision: https://phabricator.services.mozilla.com/D56621

--HG--
extra : moz-landing-system : lando
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Dec 12, 2019
…lity' r=bzbarsky

According to [1], we're going to deprecate this attribute.

[1] w3c/media-playback-quality#20

Differential Revision: https://phabricator.services.mozilla.com/D56621

UltraBlame original commit: a2bf666e174210a67ea2a6b70957685b58aad0eb
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Dec 12, 2019
…lity' r=bzbarsky

According to [1], we're going to deprecate this attribute.

[1] w3c/media-playback-quality#20

Differential Revision: https://phabricator.services.mozilla.com/D56621

UltraBlame original commit: a2bf666e174210a67ea2a6b70957685b58aad0eb
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Dec 12, 2019
…lity' r=bzbarsky

According to [1], we're going to deprecate this attribute.

[1] w3c/media-playback-quality#20

Differential Revision: https://phabricator.services.mozilla.com/D56621

UltraBlame original commit: a2bf666e174210a67ea2a6b70957685b58aad0eb
jamienicol pushed a commit to jamienicol/gecko that referenced this pull request Dec 16, 2019
…lity' r=bzbarsky

According to [1], we're going to deprecate this attribute.

[1] w3c/media-playback-quality#20

Differential Revision: https://phabricator.services.mozilla.com/D56621
sideshowbarker added a commit to w3c/browser-compat-data that referenced this pull request Jan 10, 2020
Firefox 73 removed support for corruptedVideoFrames; Chrome never
actually implemented support for it at all; and it has now been
dropped completely from the spec.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1602163 and
w3c/media-playback-quality#20 and
w3c/media-playback-quality@f7cf7b1
@sideshowbarker
Copy link

sideshowbarker commented Jan 10, 2020

Blink never implemented corruptedVideoFrames support, right?

https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality/corruptedVideoFrames#Browser_compatibility and https://github.com/mdn/browser-compat-data/blob/master/api/VideoPlaybackQuality.json#L58-L64 claim that Chrome support was added in Chrome 23, but that appears to be wrong.

So I’ve submitted mdn/browser-compat-data@79558e4 to get those updated. If any of that’s wrong, please comment there or here.

sideshowbarker added a commit to w3c/browser-compat-data that referenced this pull request Jan 10, 2020
Firefox 73 removed support for corruptedVideoFrames; Chrome never
actually implemented support for it at all; and it has now been
marked as deprecated in the spec.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1602163 and
w3c/media-playback-quality#20 and
w3c/media-playback-quality@f7cf7b1
sideshowbarker added a commit to w3c/browser-compat-data that referenced this pull request Jan 21, 2020
Firefox 73 removed support for corruptedVideoFrames; Chrome never
actually implemented support for it at all; and it has now been
marked as deprecated in the spec.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1602163 and
w3c/media-playback-quality#20 and
w3c/media-playback-quality@f7cf7b1
ddbeck pushed a commit to mdn/browser-compat-data that referenced this pull request Jan 21, 2020
* Update getVideoPlaybackQuality data for Chrome etc

See https://bugs.chromium.org/p/chromium/issues/detail?id=644731#c47
and
https://web-confluence.appspot.com/#!/catalog?q=%22getVideoPlaybackQuality%22

* Update Chrome Android getVideoPlaybackQuality data

* Update corruptedVideoFrames support data & status

Firefox 73 removed support for corruptedVideoFrames; Chrome never
actually implemented support for it at all; and it has now been
marked as deprecated in the spec.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1602163 and
w3c/media-playback-quality#20 and
w3c/media-playback-quality@f7cf7b1

* Update corruptedVideoFrames Chrome support data

See https://github.com/mdn/browser-compat-data/pull/5452/files#r365296590
and https://storage.googleapis.com/chromium-find-releases-static/6c2.html#6c2d803

* Update corruptedVideoFrames Opera Android support

See #5452 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants