Closed Bug 1168456 Opened 9 years ago Closed 9 years ago

Remove NotifyWaitingForResourcesStatusChanged() call from MediaCodecReader

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla41
Tracking Status
firefox41 --- fixed

People

(Reporter: sotaro, Assigned: sotaro)

References

Details

Attachments

(4 files, 4 obsolete files)

Bug 1167608 is going to remove NotifyWaitingForResourcesStatusChanged() call from MediaOmxReader. It is better do same thing to MediaCodecReader.
Assignee: nobody → sotaro.ikeda.g
Depends on: 1167608
No longer depends on: 1167608
Depends on: 1154194
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.
(In reply to Sotaro Ikeda [:sotaro] from comment #2) > > But just reverting it caused video playback failure. It is a regression of Bug 1132832.
It seems better to create a new bug to fix comment 2 and also for removing AskMediaCodecAndWait() from MediaCodecReader.
Depends on: 1168531
No longer depends on: 1168531
Blocks: 1132832
Blocks: 1154194
No longer depends on: 1154194
(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.
Depends on: 1168531
Attachment #8610835 - Attachment is obsolete: true
Attachment #8610707 - Attachment is obsolete: true
(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.
No longer blocks: 1132832, 1154194
Depends on: 1167608
Fix RTST problem.
Attachment #8611332 - Attachment is obsolete: true
Attachment #8611405 - Attachment is obsolete: true
Attachment #8611410 - Flags: review?(bwu)
Attachment #8611410 - Flags: review?(bobbyholley)
Attachment #8611411 - Flags: review?(bwu)
Attachment #8611412 - Flags: review?(bwu)
Attachment #8611410 - Flags: review?(bobbyholley) → review+
Attachment #8611411 - Flags: review?(bwu) → review+
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+
Attachment #8611412 - Flags: review?(bwu) → review+
(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.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: