When I play this video, only black bars and gray bars appear. (sometimes `Video can't be played because the file is corrupt.`)
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox146 | --- | disabled |
| firefox147 | --- | disabled |
| firefox148 | --- | fixed |
People
(Reporter: alice0775, Assigned: sotaro)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: nightly-community, regression, webcompat:platform-bug)
User Story
user-impact-score:6.3
Attachments
(3 files)
While testing Bug 1990433, I encountered this bug.
STR:
AR:
When I play this video, only black bars and gray bars appear. (sometimes Video can't be played because the file is corrupt.)
ER:
The video plays properly.
Regression window:
https://hg-edge.mozilla.org/integration/autoland/pushloghtml?fromchange=208f8bc210169f0469cce2e78685205c364d9fb5&tochange=1f0c30406458f15af735d59093744719efb4b114
| Reporter | ||
Comment 1•9 months ago
|
||
Comment 2•9 months ago
|
||
:sotaro, since you are the author of the regressor, bug 1945683, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 3•9 months ago
|
||
Comment 4•9 months ago
|
||
Pref: gfx.webrender.layer-compositor
Updated•9 months ago
|
Updated•8 months ago
|
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Comment 5•8 months ago
•
|
||
"composite_state.get_compositor_transform(transform_index)" in composite_simple() seemed to affect to the problem.
| Assignee | ||
Comment 6•8 months ago
•
|
||
With native compositor, negative scaling caused to disable external composite in TileCacheInstance::setup_compositor_surfaces_impl() on Windows. On Windows, negative scaling of external composite is not supported.
Similar thing is necessary for layer compositor.
| Assignee | ||
Comment 7•8 months ago
|
||
Comment 9•8 months ago
|
||
| bugherder | ||
Description
•