From 1d4628737bf11170348b95d4234e86c52bb060b1 Mon Sep 17 00:00:00 2001 From: youennf Date: Thu, 15 Feb 2024 16:05:08 +0100 Subject: [PATCH] Update index.bs --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 261288f..40743db 100644 --- a/index.bs +++ b/index.bs @@ -187,7 +187,7 @@ The processorPull algorithm is given a |processor| as input. It is de The maybeReadFrame algorithm is given a |processor| as input. It is defined by the following steps: 1. If |processor|.`[[queue]]` is [=queue/empty=], abort these steps. 1. If |processor|.`[[numPendingReads]]` equals zero, abort these steps. -1. Let |frame| be the result of [=queue/Dequeueing=] a frame media data from |processor|.`[[queue]]`. +1. Let |frame| be the result of [=queue/dequeueing=] a frame media data from |processor|.`[[queue]]`. 1. [=ReadableStream/Enqueue=] |frame| in |processor|.{{MediaStreamTrackProcessor/readable}}. 1. Decrement |processor|.`[[numPendingReads]]` by 1. 1. Go to step 1.