Open
Bug 1492922
Opened 7 years ago
Updated 3 years ago
Add unit tests for WebM demuxing
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: bryce, Unassigned)
Details
It would be useful to have unit tests (Gtests) to cover functionality in our WebMDemuxer. We already have similar tests for our MP4Demuxer[0].
For example (and as a reminder to myself/whoever works on this), I've recently updated our handling of encrypted WebMs in Bug 1491117 and Bug 1492915. It would be useful to have coverage of these changes outside of asserts.
Another benefit to having even a small number of initial tests is that implementing the foundation for such tests would lower the barrier to further tests being written.
I intend to grab this when I get some time, but feel free to steal if I have not yet assigned it to myself.
[0]: https://searchfox.org/mozilla-central/rev/94e37e71ffbfd39e6ad73ebcda5d77cce8d341ae/dom/media/gtest/TestMP4Demuxer.cpp
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•