Closed
Bug 864181
Opened 12 years ago
Closed 12 years ago
extend OMXCodec's kBufferFilledEventTimeOutNs of OMXCodec
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
blocking-b2g | tef+ |
Tracking | Status | |
---|---|---|
b2g18 | --- | affected |
b2g18-v1.0.1 | --- | unaffected |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Whiteboard: c=)
+++ This bug was initially created as a clone of Bug #853977 +++
Create this bug from Bug 853977 comment #63.
Even when software codecs are loaded in applications process. There are cases that the timeout happened at OMXCodec::waitForBufferFilled_l(). Current value is "3 seconds". Need to extend it.
Assignee | ||
Updated•12 years ago
|
Comment 1•12 years ago
|
||
Sounds like bumping the timeout is a win for other blocking work, blocking here based on that assessment.
blocking-b2g: leo? → leo+
Comment 3•12 years ago
|
||
Hi, Sotaro, could you also help this bug? Or, should we find someone else to work on this one? Thank you.
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 5•12 years ago
|
||
Just extending the timeout does not solve bug 863441. The timeout value should be determined depend on bug 863441.
Assignee | ||
Comment 6•12 years ago
|
||
I am going to thinks that extending the timeout needs to be careful. If we extend the timeout too long, it makes worse the situation like Bug 864230.
Comment 7•12 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #4)
> I take this bug.
Thank you, Sotaro.
Assignee | ||
Updated•12 years ago
|
Whiteboard: c=performance
Assignee | ||
Comment 8•12 years ago
|
||
A temporary fix in Bug 863441 comment #67, fix the problem without extending the timeout. As in comment #6, extending the timeout could cause another drawbacks. It it better not to extend the timeout.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•12 years ago
|
Resolution: DUPLICATE → WORKSFORME
Updated•12 years ago
|
Whiteboard: c=performance → c=
You need to log in
before you can comment on or make changes to this bug.
Description
•