Skip to content

Commit b4df07c

Browse files
committed
further editorial fixes
1 parent 53bfdf4 commit b4df07c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ At any time, the UA MAY [=list/remove=] any frame from |processor|.`[[queue]]`.
233233
The UA may decide to remove frames from |processor|.`[[queue]]`, for example,
234234
to prevent resource exhaustion or to improve performance in certain situations.
235235
</dd>
236+
</dl>
236237

237238
<p class="note">
238239
The application may detect that frames have been dropped by noticing that there
239240
is a gap in the timestamps of the frames.
240241
</p>
241-
</dl>
242242

243243
When the `[[track]]` of a {{MediaStreamTrackProcessor}} |processor|
244244
[=track|ends=], the [=processorClose=] algorithm must be
@@ -318,13 +318,18 @@ The <dfn>writeFrame</dfn> algorithm is given a |generator| and a |frame| as inpu
318318
1. Run the [=Close VideoFrame=] algorithm with |frame|.
319319
1. Return [=a promise resolved with=] undefined.
320320

321+
</dd>
322+
</dl>
323+
321324
<p class="note">
322325
When the media data is sent to a track, the UA may apply processing
323326
(e.g., cropping and downscaling) to ensure that the media data sent
324327
to the track satisfies the track's constraints. Each track may receive a
325328
different version of the media data depending on its constraints.
326329
</p>
327330

331+
<dl>
332+
<dd>
328333
The <dfn>closeWritable</dfn> algorithm is given a |generator| as input.
329334
It is defined by running the following steps.
330335
1. For each track `t` sourced from |generator|, [=track|end=] `t`.

0 commit comments

Comments
 (0)