Closed
Bug 950567
Opened 11 years ago
Closed 11 years ago
[Media Encoder] phase-in libmkv library
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: rlin, Assigned: rlin)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
51.88 KB,
patch
|
rillian
:
review+
|
Details | Diff | Splinter Review |
|
54.72 KB,
patch
|
Details | Diff | Splinter Review |
From https://bugzilla.mozilla.org/show_bug.cgi?id=891705#c36 suggest.
The WebM muxer would re-use some function from libmkv in WebM project.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rlin
| Assignee | ||
Updated•11 years ago
|
Blocks: 891705, MediaEncoder
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8347910 -
Flags: review?(giles)
Comment 2•11 years ago
|
||
Comment on attachment 8347910 [details] [diff] [review]
patch v1
Review of attachment 8347910 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks. I think you'll also have to add the symbols you use to layout/media/symbols.def.in as well, so the windows build can find them in the separate gkmedias library.
Attachment #8347910 -
Flags: review?(giles) → review+
Comment 3•11 years ago
|
||
Re the patch, our goal should be to get those changes upstream, so you might want to consider cleaning them and splitting them into smaller pieces, one for each build problem.
| Assignee | ||
Comment 4•11 years ago
|
||
carry reviewer, separate source /gecko patch.
| Assignee | ||
Comment 5•11 years ago
|
||
Keywords: checkin-needed
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8351343 [details] [diff] [review]
check-in patch
Need build system guys to review the build flag.
Attachment #8351343 -
Flags: review?(gps)
| Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8351343 [details] [diff] [review]
check-in patch
Cancel review, wait muxer patch and land together.
Attachment #8351343 -
Flags: review?(gps)
Comment 8•11 years ago
|
||
Efaust brought to my attention that libmkv/update.sh doesn't actually apply the patches we're carrying, which is part of what the script is supposed to do. The version I reviewed did. What happened there?
Comment 9•11 years ago
|
||
Corrected in bug 966078.
| Assignee | ||
Comment 10•11 years ago
|
||
Bechen use this bug https://bugzilla.mozilla.org/show_bug.cgi?id=891705
https://bug891705.bugzilla.mozilla.org/attachment.cgi?id=8365806
to phase in all of the patches that required by WebM....
| Assignee | ||
Comment 11•11 years ago
|
||
This patch already phased in on this change set.
https://hg.mozilla.org/mozilla-central/rev/a331400db013
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
You need to log in
before you can comment on or make changes to this bug.
Description
•