Closed
Bug 1926459
Opened 1 year ago
Closed 1 year ago
VideoFrame must be cloneable when only dom.media.webcodecs.image-decoder.enabled is true
Categories
(Core :: Audio/Video: Web Codecs, defect)
Core
Audio/Video: Web Codecs
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox131 | --- | unaffected |
| firefox132 | --- | unaffected |
| firefox133 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
It needs to use the same logic as VideoFrame::PrefEnabled, and not check
the dom.media.webcodecs.enabled pref directly.
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1923755
status-firefox131:
--- → unaffected
status-firefox132:
--- → unaffected
status-firefox133:
--- → affected
status-firefox-esr128:
--- → unaffected
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/15f6517f0598
Ensure VideoFrame is cloneable when WebCodecs is partially enabled. r=media-playback-reviewers,padenot
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•