File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ The <dfn>processorPull</dfn> algorithm is given a |processor| as input. It is de
187
187
The <dfn>maybeReadFrame</dfn> algorithm is given a |processor| as input. It is defined by the following steps:
188
188
1. If |processor|.`[[queue]] ` is [=queue/empty=] , abort these steps.
189
189
1. If |processor|.`[[numPendingReads]] ` equals zero, abort these steps.
190
- 1. Let |frame| be the result of [=queue/Dequeueing =] a frame media data from |processor|.`[[queue]] `.
190
+ 1. Let |frame| be the result of [=queue/dequeueing =] a frame media data from |processor|.`[[queue]] `.
191
191
1. [=ReadableStream/Enqueue=] |frame| in |processor|.{{MediaStreamTrackProcessor/readable}} .
192
192
1. Decrement |processor|.`[[numPendingReads]] ` by 1.
193
193
1. Go to step 1.
You can’t perform that action at this time.
0 commit comments