mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
No Issue - Fix building WebRTC/Basilisk with --enable-debug A bogus MOZ_ASSERT was added at some point, this should make it work.
This commit is contained in:
parent
a02ef4f1d7
commit
013f130eef
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ WebrtcVideoConduit::~WebrtcVideoConduit()
|
|||
|
||||
// Release AudioConduit first by dropping reference on MainThread, where it expects to be
|
||||
SyncTo(nullptr);
|
||||
MOZ_ASSERT(!mSendStream && !mRecvStream, "Call DeleteStreams prior to ~WebrtcVideoConduit.");
|
||||
MOZ_ASSERT(!mPtrViEBase, "Call DeleteStreams prior to ~WebrtcVideoConduit.");
|
||||
}
|
||||
|
||||
bool WebrtcVideoConduit::SetLocalSSRC(unsigned int ssrc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue