This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Commit 950d6f1
Jean-Yves Avenard
Bug 1670560 - Don't use the same thread pool for both decoding and waiting for the decode to complete. r=mattwoodrow
Unlikely to happen, but we could have exhausted all our thread in the decoder thread pool and be deadlock.
Differential Revision: https://phabricator.services.mozilla.com/D932021 parent 5a9ad19 commit 950d6f1
File tree
1 file changed
+6
-3
lines changed- dom/media/webrtc/libwebrtcglue
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
0 commit comments