Closed
Bug 1107241
Opened 10 years ago
Closed 10 years ago
[EME] GMP shutdown hang
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cpearce, Assigned: eflores)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.08 KB,
patch
|
Details | Diff | Splinter Review |
A partner reported that if you call:
GMPRunOnMainThread(WrapTask(aInput, &GMPVideoEncodedFrame::Destroy));
and then call
GMPRunOnMainThread(WrapTask(mCallback, &GMPVideoDecoderCallback::Error, GMPCryptoErr));
Plugin-container.exe seems to not exit.
I have not verified this is a bug, I'm just filing a bug so I don't forget.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → edwin
Assignee | ||
Comment 1•10 years ago
|
||
Couldn't reproduce. Resolving WFM.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 2•10 years ago
|
||
Applied this patch and ran
mach mochitest-plain dom/media/test/test_eme* --repeat=100
Assignee | ||
Comment 3•10 years ago
|
||
Might give reproducing another shot if we can get a log with |MOZ_IPC_MESSAGE_LOG=1| to get a better idea of what's going on.
Reporter | ||
Comment 4•10 years ago
|
||
Mass update firefox-status to track EME uplift.
You need to log in
before you can comment on or make changes to this bug.
Description
•