Closed
Bug 1370426
Opened 8 years ago
Closed 5 years ago
Video is always black for the first frame
Categories
(Firefox for Android Graveyard :: Audio/Video, defect, P5)
Firefox for Android Graveyard
Audio/Video
Tracking
(Webcompat Priority:?)
RESOLVED
INCOMPLETE
Webcompat Priority | ? |
People
(Reporter: jhlin, Assigned: malexandru)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Connect to https://people-mozilla.org/~tkuo/test/test_showSuspendAndResume/test3.html
Expected: it shows first frame of video
Actual: black frame
Added some log and it looks like for the 1st frame, PreparedTextureSource() was called w/o GL context so it never reaches UpdateTexImage():
06-02 10:44:55.522 31404 31491 D SurfaceTextureHost: PrepareTextureSource gl=0x0 [1]
...
06-02 10:44:55.530 31404 31491 D SurfaceTextureHost: SetTextureSourceProvider 0x0 -> 0xd13e0c00 [2]
[1] http://searchfox.org/mozilla-central/source/gfx/layers/opengl/TextureHostOGL.cpp#439
[2] http://searchfox.org/mozilla-central/source/gfx/layers/opengl/TextureHostOGL.cpp#495
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
See Also: → https://webcompat.com/issues/9214
Comment 1•7 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: P3 → P5
![]() |
||
Updated•6 years ago
|
Webcompat Priority: --- → ?
Comment hidden (Intermittent Failures Robot) |
Comment 4•6 years ago
|
||
Not sure why this was in Toolbar
. I assume this is still a problem in Fenix?
Component: Toolbar → Audio/Video
Updated•6 years ago
|
Flags: needinfo?(jolin)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → malexandru
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•6 years ago
•
|
||
James,
The failure rate started spiking since the 13th: https://treeherder.mozilla.org/intermittent-failures.html#/bugdetails?startday=2020-01-08&endday=2020-01-15&tree=trunk&bug=1370426
Looks to be from the wpt sync push: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=284826878&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception&tochange=91ccc5f1a1bb0e853f8f1cfa0c4bfb90b23eaf26&searchStr=web-platform-tests-reftests-e10s-4&fromchange=0e86006b356ac2bc854554f8c6acc51b64b9bd80
https://hg.mozilla.org/mozilla-central/rev/91ccc5f1a1bb0e853f8f1cfa0c4bfb90b23eaf26#l75.4
Shall we land the patch?
Assignee: malexandru → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(james)
Updated•6 years ago
|
Assignee: nobody → malexandru
Status: NEW → ASSIGNED
Comment 10•6 years ago
|
||
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62ea310eb7b4
Update expectancies on windows and android for embedded_style_urls.html r=jgraham
Updated•6 years ago
|
Keywords: leave-open
Comment hidden (Intermittent Failures Robot) |
Comment 12•6 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 30•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Keywords: leave-open
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
Reporter | ||
Updated•4 months ago
|
Flags: needinfo?(jolin)
You need to log in
before you can comment on or make changes to this bug.
Description
•