Closed
Bug 911560
Opened 11 years ago
Closed 11 years ago
H.264 video playback freeze on nexus-4
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-b2g:koi+, firefox26 fixed, firefox27 fixed, b2g-v1.2 fixed)
RESOLVED
FIXED
blocking-b2g | koi+ |
People
(Reporter: sotaro, Unassigned)
References
Details
(Keywords: smoketest)
+++ This bug was initially created as a clone of Bug #901224 +++
The following is a copy from Bug 901224 comment #17.
-----------------------
nexus4 occasionally freeze during youtube video playback. When the phone come into this status, the touch ui do not respond at all. Even "soft home button" did not respond. At first I thought that it is related to new GonkNativeWindow for JB make the problem. But from quick investigation, it seems to be caused by compositor side in b2g process. From application's point of view, transaction to LayerTransactionParent did not respond.
I checked the following combination on nexus4. The freeze happens in all cases.
- [1]
- [1]+[2]
- [1]+[2]+[3]
- [1]+[2]+[3]+[4]
[1] GonkNativeWindow support in JB gonk (Bug 871364)
[2] Enable new gralloc textures (Bug 907745)
[3] Fix memory leak at ImageClientSingle (Bug 910921)
[4] Hold a reference to Image during being used by compsitor(Bug 901224)
Reporter | ||
Comment 1•11 years ago
|
||
For confirmation, I used the following video.
http://www.youtube.com/watch?v=I1L9-YALU6s
Comment 2•11 years ago
|
||
Adding smoketest keyword as this fails a smoketest on the nexus-4.
Keywords: smoketest
Reporter | ||
Comment 3•11 years ago
|
||
When nexus4 ROM has only [1], the freeze happened often. When nexus4 ROM has [1]+[2]+[3]+[4], the freeze happens lesser often than only [1].
Reporter | ||
Comment 4•11 years ago
|
||
It seem that the freeze happens more when touching display or rotating the nexus phone.
Reporter | ||
Updated•11 years ago
|
Summary: Youtube video freeze on nexus-4 → H.264 video playback freeze on nexus-4
Reporter | ||
Comment 5•11 years ago
|
||
Video playback problem seems to happen more ofeten than youtube in the following.
http://people.mozilla.org/~cpeterson/videos/H264_Baseline_Profile_Level_30_640x360p.mp4
Comment 6•11 years ago
|
||
Some important gralloc/video patches have landed recently, can someone with a nexus 4 check the status of this bug?
Reporter | ||
Comment 7•11 years ago
|
||
(In reply to Nicolas Silva [:nical] from comment #6)
> Some important gralloc/video patches have landed recently, can someone with
> a nexus 4 check the status of this bug?
To check H.264 playack on nexus-4, Bug 911548 fix is also necessary.
Comment 8•11 years ago
|
||
And bug 916112 so that we're not doing tiling instead. Yes, this is video and the tiling preference doesn't really apply, but just in case.
Comment 9•11 years ago
|
||
Sotaro/ Milan
Is this bug a dup of 916112 which seems to have landed? Is this bug fixed via the same?
Flags: needinfo?(sotaro.ikeda.g)
Flags: needinfo?(milan)
Reporter | ||
Comment 10•11 years ago
|
||
I am going to confirm current status. And added Bug 911548 to dependent bug.It is necessary to get enough number of buffers.
Reporter | ||
Comment 11•11 years ago
|
||
(In reply to Preeti Raghunath(:Preeti) from comment #9)
> Sotaro/ Milan
>
> Is this bug a dup of 916112 which seems to have landed? Is this bug fixed
> via the same?
I playbacked the video several times. The crash did not happen. Bug 916112 is just blocking the confirmation of the fix. Bug 915869 might be a dup of the bug.
Updated•11 years ago
|
Flags: needinfo?(milan)
Reporter | ||
Comment 12•11 years ago
|
||
The freeze does not happen in current master.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: koi? → koi+
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•