third_party/blink/renderer/modules/media_controls/elements/media_control_overlay_play_button_element.cc
third_party/blink/renderer/modules/media_controls/elements/media_control_play_button_element.cc
In these files there is a logic that is supposed to apply only when the media element is playing a regular src URL (i.e., not when it's a MediaStream).
During the removal of MediaStreamRegistry a check that it was not a MediaStream URL was removed. This check was incomplete (and is now unnecessary since MediaStream URLs don't exist anymore).
However, a check that the element is not playing a MediaStream should be added.
See https://chromium-review.googlesource.com/c/chromium/src/+/1221320
Comment 1 by guidou@chromium.org
, Oct 11Owner: guidou@chromium.org
Status: Assigned (was: Untriaged)