mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
bac9ec9a84
39 changed files with 541 additions and 108 deletions
|
|
@ -513,10 +513,16 @@ WebrtcGmpVideoEncoder::Terminated()
|
|||
{
|
||||
LOGD(("GMP Encoder Terminated: %p", (void *)this));
|
||||
|
||||
mGMP->Close();
|
||||
GMPVideoEncoderProxy* gmp(mGMP);
|
||||
mGMP = nullptr;
|
||||
mHost = nullptr;
|
||||
mInitting = false;
|
||||
|
||||
if (gmp) {
|
||||
// Do this last, since this could cause us to be destroyed
|
||||
gmp->Close();
|
||||
}
|
||||
|
||||
// Could now notify that it's dead
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue