Closed
Bug 1168456
Opened 9 years ago
Closed 9 years ago
Remove NotifyWaitingForResourcesStatusChanged() call from MediaCodecReader
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(4 files, 4 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
bholley
:
review+
bwu
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bwu
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bwu
:
review+
|
Details | Diff | Splinter Review |
Bug 1167608 is going to remove NotifyWaitingForResourcesStatusChanged() call from MediaOmxReader. It is better do same thing to MediaCodecReader.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
This is a revert of attachment 861044 in Bug 1154194. AskMediaCodecAndWait() could wait forever, it is not good to use such function.
But just reverting it caused video playback failure.
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #2)
>
> But just reverting it caused video playback failure.
It is a regression of Bug 1132832.
Assignee | ||
Comment 4•9 years ago
|
||
It seems better to create a new bug to fix comment 2 and also for removing AskMediaCodecAndWait() from MediaCodecReader.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #4)
> It seems better to create a new bug to fix comment 2 and also for removing
> AskMediaCodecAndWait() from MediaCodecReader.
I changed my mind, I am going to handle it in this bug.
Assignee | ||
Comment 6•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8610835 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Attachment #8610707 -
Attachment is obsolete: true
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #5)
> (In reply to Sotaro Ikeda [:sotaro] from comment #4)
> > It seems better to create a new bug to fix comment 2 and also for removing
> > AskMediaCodecAndWait() from MediaCodecReader.
>
> I changed my mind, I am going to handle it in this bug.
I changed my mind again. Bug 1168531 is going to fix MediaCodecReader video playback problems.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 8•9 years ago
|
||
Assignee | ||
Comment 9•9 years ago
|
||
Fix RTST problem.
Attachment #8611332 -
Attachment is obsolete: true
Assignee | ||
Comment 10•9 years ago
|
||
Attachment #8611405 -
Attachment is obsolete: true
Assignee | ||
Comment 11•9 years ago
|
||
Assignee | ||
Comment 12•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8611410 -
Flags: review?(bwu)
Attachment #8611410 -
Flags: review?(bobbyholley)
Assignee | ||
Updated•9 years ago
|
Attachment #8611411 -
Flags: review?(bwu)
Assignee | ||
Updated•9 years ago
|
Attachment #8611412 -
Flags: review?(bwu)
Updated•9 years ago
|
Attachment #8611410 -
Flags: review?(bobbyholley) → review+
Updated•9 years ago
|
Attachment #8611411 -
Flags: review?(bwu) → review+
Comment 13•9 years ago
|
||
Comment on attachment 8611410 [details] [diff] [review]
patch part 1 - Implement MediaCodecReader::AsyncReadMetadata()
Review of attachment 8611410 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/media/omx/MediaCodecReader.cpp
@@ +1315,4 @@
> }
>
> bool
> MediaCodecReader::CreateMediaCodec(sp<ALooper>& aLooper,
nit:
This function name is very similar to CreateMediaCodecs(), just different by one letter 's'. It might be better to change one of them. Maybe this one could be called "CreateCodec".
Attachment #8611410 -
Flags: review?(bwu) → review+
Updated•9 years ago
|
Attachment #8611412 -
Flags: review?(bwu) → review+
Assignee | ||
Comment 14•9 years ago
|
||
(In reply to Blake Wu [:bwu][:blakewu] from comment #13)
> nit:
> This function name is very similar to CreateMediaCodecs(), just different by
> one letter 's'. It might be better to change one of them. Maybe this one
> could be called "CreateCodec".
This function name is already used. I do not find enough reason to change in this bug.
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•