Closed
Bug 889238
Opened 11 years ago
Closed 11 years ago
[A/V] Try to play unsupported resolution of video file
Categories
(Firefox OS Graveyard :: General, defect, P1)
Tracking
(blocking-b2g:leo+, firefox23 wontfix, firefox24 wontfix, firefox25 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
People
(Reporter: leo.bugzilla.gecko, Assigned: sotaro)
References
Details
(Whiteboard: [TD-55494][LeoVB+])
Attachments
(3 files, 1 obsolete file)
4.17 MB,
video/mp4
|
Details | |
5.20 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
5.20 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
Sometimes, video application list up unsupported resolution of video file.(more than 800x480)
But there's an accurate step for reproducing it.
1. Send attached file from other device to leo via BT.
2. Try to play it by touching notification.
It can be played but sometimes video frame disappear.
Reporter | ||
Updated•11 years ago
|
blocking-b2g: --- → leo+
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
When OMXCodecProxy receives statusChanged callback, it compare video resolution with maximum resolution.
It needs to fail then..
But It successfully create OMXCodec and returned.
So next start() works successfully, also.
Reporter | ||
Comment 3•11 years ago
|
||
I'm not sure about video application case, because I cannot reproduce it.
But sometimes, this file appear on the video application.
I think sometimes it is successfully loaded.
Reporter | ||
Updated•11 years ago
|
Whiteboard: [TD-55494]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 4•11 years ago
|
||
Leo, did a crash in Bug 887527 happen during testing?
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #4)
> Leo, did a crash in Bug 887527 happen during testing?
This bug seems dup of Bug 887527. Error handling in OMXCodecProxy is not correct. Current code allow decoding even when the video is rejected because of the video size if hw codec decode it.
Assignee | ||
Comment 6•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #6)
> Created attachment 770460 [details] [diff] [review]
> patch - add error handling to OMXCodecProxy
Leo, can you confirm if attachment 770460 [details] [diff] [review] fix the problem?
Reporter | ||
Comment 8•11 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #4)
> Leo, did a crash in Bug 887527 happen during testing?
Yep!! It's working.!!!
Assignee | ||
Updated•11 years ago
|
Attachment #770460 -
Flags: review?(chris.double)
Updated•11 years ago
|
Attachment #770460 -
Flags: review?(chris.double) → review+
Assignee | ||
Comment 9•11 years ago
|
||
A patch for master. Carry "chris.double: review+".
Attachment #770460 -
Attachment is obsolete: true
Assignee | ||
Comment 10•11 years ago
|
||
A patch for b2g18. Carry "chris.double: review+".
Assignee | ||
Updated•11 years ago
|
Attachment #771437 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Attachment #771439 -
Flags: review+
Assignee | ||
Comment 11•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 12•11 years ago
|
||
Keywords: checkin-needed
Comment 13•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 14•11 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox23:
--- → wontfix
status-firefox24:
--- → wontfix
status-firefox25:
--- → fixed
Comment 15•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Whiteboard: [TD-55494] → [TD-55494][LeoVB+]
You need to log in
before you can comment on or make changes to this bug.
Description
•