From 531b8091c876cbe309d5ace28785379db35335f3 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Fri, 31 May 2024 07:40:10 +0200 Subject: [PATCH] Fix auto-links to algos in mediacapture and streams --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 40743db..645a729 100644 --- a/index.bs +++ b/index.bs @@ -289,7 +289,7 @@ There is no WG consensus on whether or not it should be exposed on Window. VideoTrackGenerator() 1. Let |generator| be a new {{VideoTrackGenerator}} object. -1. Let |track| be a newly [=Create a MediaStreamTrack|created=] {{MediaStreamTrack}} with source set to |generator| and tieSourceToContext set to false. +1. Let |track| be a newly [$create a MediaStreamTrack|created$] {{MediaStreamTrack}} with source set to |generator| and tieSourceToContext set to false. 1. Initialize |generator|.{{VideoTrackGenerator/track}} to |track|. 4. Return |generator|. @@ -330,7 +330,7 @@ It is defined by running the following steps. 1. Set [=this=].`[[isMuted]]` to |newValue|. 1. Unless one has been queued already this run of the event loop, [=queue a task=] to run the following steps: 1. Let |settledValue| be [=this=].`[[isMuted]]`. - 1. For each live track sourced by [=this=], [=queue a task=] to [=set a track's muted state=] to |settledValue|. + 1. For each live track sourced by [=this=], [=queue a task=] to [$set a track's muted state$] to |settledValue|.
track