Closed
Bug 1171499
Opened 10 years ago
Closed 10 years ago
[GMP] EncodingComplete can happen while GMPVideoEncoderChild is still in use.
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
backlog | webrtc/webaudio+ |
People
(Reporter: ehugg, Assigned: ehugg)
Details
Attachments
(1 file)
7.01 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
Bug 1162358 just landed that fixed this for the Decoder, but it is probable that the same problem exists with the GMPVideoEncoder. The Encoder is used for WebRTC but not for EME which may be why we have not run into a similar crash.
Comment 1•10 years ago
|
||
Ethan -- Can you take this bug or should I look for another owner? Thanks.
backlog: --- → webRTC+
Rank: 15
Flags: needinfo?(ethanhugg)
Priority: -- → P1
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ethanhugg
Flags: needinfo?(ethanhugg)
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8617576 [details] [diff] [review]
Defer processing GMP EncodingComplete() calls until intr shmem allocs are finished
This is analogous to the patch in bug 1162358. I will put it up for review after I do a bit more testing with it.
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8617576 [details] [diff] [review]
Defer processing GMP EncodingComplete() calls until intr shmem allocs are finished
Sending review to Randell since this is still essentially Chris' patch.
Attachment #8617576 -
Flags: review?(rjesup)
Updated•10 years ago
|
Attachment #8617576 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 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
•