Update mp4parse-rust to 94fd2f1
Categories
(Core :: Audio/Video: Playback, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
With the update, we are able to read the alpha data from Mp4parseAvifParser
for avif images
Assignee | ||
Comment 1•4 years ago
|
||
Import the improvements made in mp4parse-rust repo. The changes would
save some redundant copy when calling avif related APIs and provide the
ability to get the alpha data of the parsed avif image.
Comment 3•4 years ago
|
||
Backed out for causing failures on test_case_mp4
backout: https://hg.mozilla.org/integration/autoland/rev/24d6cfe44297fcd94bfd6e87b8ebb856cc66b7c3
failure log: https://treeherder.mozilla.org/logviewer?job_id=324286421&repo=autoland&lineNumber=29156
[task 2020-12-11T20:50:36.426Z] 20:50:36 INFO - TEST-START | MP4Metadata.test_case_mp4
[task 2020-12-11T20:50:36.426Z] 20:50:36 WARNING - TEST-UNEXPECTED-FAIL | MP4Metadata.test_case_mp4 | Expected equality of these values:
[task 2020-12-11T20:50:36.426Z] 20:50:36 INFO - tests[test].mNumberAudioTracks
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - Which is: 2
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - metadata.GetNumberTracks(TrackInfo::kAudioTrack).Ref()
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - Which is: 1
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - test_case_1185230.mp4 @ /builds/worker/checkouts/gecko/dom/media/gtest/mp4_demuxer/TestParser.cpp:280
[task 2020-12-11T20:50:36.427Z] 20:50:36 WARNING - TEST-UNEXPECTED-FAIL | MP4Metadata.test_case_mp4 | Expected equality of these values:
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - tests[test].mNumberVideoTracks
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - Which is: 2
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - metadata.GetNumberTracks(TrackInfo::kVideoTrack).Ref()
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - Which is: 1
[task 2020-12-11T20:50:36.427Z] 20:50:36 INFO - test_case_1185230.mp4 @ /builds/worker/checkouts/gecko/dom/media/gtest/mp4_demuxer/TestParser.cpp:283
[task 2020-12-11T20:50:36.428Z] 20:50:36 WARNING - TEST-UNEXPECTED-FAIL | MP4Metadata.test_case_mp4 | Expected equality of these values:
[task 2020-12-11T20:50:36.428Z] 20:50:36 INFO - tests[test].mAudioDuration
[task 2020-12-11T20:50:36.428Z] 20:50:36 INFO - Which is: 5
[task 2020-12-11T20:50:36.428Z] 20:50:36 INFO - audioInfo->mDuration.ToMicroseconds()
[task 2020-12-11T20:50:36.428Z] 20:50:36 INFO - Which is: 477460
[task 2020-12-11T20:50:36.428Z] 20:50:36 INFO - test_case_1185230.mp4 @ /builds/worker/checkouts/gecko/dom/media/gtest/mp4_demuxer/TestParser.cpp:336
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Open an issue in https://github.com/mozilla/mp4parse-rust/issues/261. The fix is in https://github.com/mozilla/mp4parse-rust/pull/262. Hope we can unblock the bug 1654462 ASAP.
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
Description
•