Closed
Bug 1127759
Opened 11 years ago
Closed 11 years ago
test_closing_connections.html failed on emulator-kk
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: ayang, Assigned: ayang)
References
Details
Attachments
(1 file)
2.34 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
This test loads 20 video (webm) at the same time. Due to gonk HW codec limitation, it's always timeout.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
IIRC, it uses gecko to decode webm on gonk ICS. On current emulator-kk, it uses OMX.
We may need to update the test case if we want to keep using OMX. Or we can switch webm decoding from gonk OMX to gecko WebMReader?
Flags: needinfo?(ajones)
![]() |
||
Comment 2•11 years ago
|
||
Ideally Firefox OS should fail over to a software decoder if a hardware decoder is not available. However I suspect we've got more pressing issues so it probably makes more sense just to disable that test on emulator-kk.
Flags: needinfo?(ajones)
![]() |
Assignee | |
Comment 3•11 years ago
|
||
This test is not a particular webm test. Another way is to use other format when testing on gonk.
![]() |
Assignee | |
Comment 4•11 years ago
|
||
Attachment #8557800 -
Flags: review?(cajbir.bugzilla)
Updated•11 years ago
|
Attachment #8557800 -
Flags: review?(cajbir.bugzilla) → review+
![]() |
Assignee | |
Updated•11 years ago
|
Keywords: checkin-needed
![]() |
||
Comment 5•11 years ago
|
||
Keywords: checkin-needed
![]() |
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•