[mediacapture-main] Pull Request: Prevent remove-a-track to recurse.

Kaiido has just submitted a new pull request for https://github.com/w3c/mediacapture-main:

== Prevent remove-a-track to recurse. ==
The remove-a-track algorithm currently uses a link to itself in its step 2, making it an endless loop.
Here we're not calling that algorithm again, we're just using the track set's remove method (from infra: https://infra.spec.whatwg.org/#list-remove).

See https://github.com/w3c/mediacapture-main/pull/1022


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 3 December 2024 01:01:31 UTC