mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
![Alex Chronopoulos](/assets/img/avatar_default.png)
In `MediaPipelineTransmit::SetTrack()` when a track of different MTG is replaced, the transmission is stopped and restarted asynchronously. This can create a problem if a new stop has arrived in the meantime. The transmission should not be restarted in that case. This change adds a boolean, to check when an asynchronous start is expected and ignores it if not needed. Differential Revision: https://phabricator.services.mozilla.com/D59750 --HG-- extra : moz-landing-system : lando