w3c / mediacapture-fromelement

API to create a MediaStream from Media Element
https://w3c.github.io/mediacapture-fromelement
Other
21 stars 15 forks source link

Don't run the steps for MediaStreamTrack.stop() when ending a track #81

Closed Pehrsons closed 5 years ago

Pehrsons commented 5 years ago

Ending a track for reasons other than stop() is well-defined behavior in mediacapture-main. To still explicitly mention what should be done, a reference to the section containing these steps is added to a note.

Fixes #77.

Pehrsons commented 5 years ago

@martinthomson PTAL

Pehrsons commented 5 years ago

@martinthomson this now references the algorithm directly in mediacapture-main through an anchor there that's been merged. Please take another look!

martinthomson commented 5 years ago

Thanks @Pehrsons!