| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
logger_->SendPlayerNameInformation(*context, Traits::GetName());I assume this addresses ```
Otherwise I'm not sure where the labels are being applied.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix a few issues with WebCodecs and media internals
* Fixed Webcodecs prefix to match official WebCodecs spelling
* AudioDecoder/VideoDecoder were missing labels
* None of the encoders or decoders recorded destruction
* Destruction detection in chrome://media-internals was broken
* Switched last state display to say "Destroyed" w/o referring to
WebMediaPlayer for easier readability
R=tmathmeyer
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
logger_->SendPlayerNameInformation(*context, Traits::GetName());I assume this addresses ```
- AudioDecoder/VideoDecoder were missing labels
- ```
Otherwise I'm not sure where the labels are being applied.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |