Open
Bug 945133
Opened 11 years ago
Updated 2 years ago
[MediaEncoder::GTest] Implement unit test of MP4Writer
Categories
(Core :: Audio/Video: Recording, defect, P4)
Tracking
()
NEW
People
(Reporter: rlin, Unassigned)
References
(Blocks 1 open bug)
Details
We want to ensure the mp4muxer module work well. So we want to have a test suit to ensure the quality of mp4muxer.
We need.
1. Use gtest framework (bug:936981)
2. Simulate input data (metaData, encoded data)
3. Check the integrity of output data, may use MP4Reader to do the demux.
4. Include video only, video with audio (no audio case because on that case we would directly output opus format)
Updated•11 years ago
|
Blocks: MediaEncoder
Reporter | ||
Comment 1•11 years ago
|
||
Another part is test the iso_media_box,
Need know how to manipulate the mp4 box and parsing.
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → jwwang
Summary: [MediaEncoder] - Test Case for MP4Writer → [MediaEncoder::GTest] Implement unit test of MP4Writer
Updated•11 years ago
|
Assignee: jwwang → ayang
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
Tinyu, please help on this gtest bug.
1. A good bug for you to be familiar with GTest framework
2. Please do the test in browser instead of B2G.
Assignee: ayang → tlin
Tinyu,
Bug 951040 is a good reference
Comment 6•11 years ago
|
||
Updated•10 years ago
|
Assignee: tlin → nobody
Updated•9 years ago
|
Priority: -- → P3
Comment 7•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Comment 8•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Updated•2 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•