Closed
Bug 945135
Opened 11 years ago
Closed 11 years ago
[MediaEncoder] Refactor TrackEncoder and add VideoTrackEncoder
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: shelly, Assigned: shelly)
References
Details
(Whiteboard: [ft:media-recording][qa-])
Attachments
(2 files)
22.13 KB,
patch
|
shelly
:
review+
|
Details | Diff | Splinter Review |
9.08 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
This is for landing Part 1 and Part 2 from bug 879669, for more details, please see bug 879669.
Carry r+ from roc.
Try result:
https://tbpl.mozilla.org/?tree=Try&rev=d38e4006114e
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8340930 -
Flags: review?(roc)
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8340930 [details] [diff] [review]
Part2: Add VideoTrackEncoder
Review of attachment 8340930 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/VideoSegment.cpp
@@ +31,5 @@
> VideoFrame::TakeFrom(VideoFrame* aFrame)
> {
> mImage = aFrame->mImage.forget();
> mIntrinsicSize = aFrame->mIntrinsicSize;
> + mForceBlack = aFrame->GetForceBlack();
Added the fix where |TakeFrom(aFrame)| should also copy the value of mForceBlack from aFrame.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → slin
Assignee | ||
Updated•11 years ago
|
Whiteboard: [ft:media-recording]
Attachment #8340930 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Try result for the second part:
https://tbpl.mozilla.org/?tree=Try&rev=c7a5a0456da3
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/72f2f506fe01
https://hg.mozilla.org/integration/b2g-inbound/rev/5dddd0b5ff51
Keywords: checkin-needed
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/72f2f506fe01
https://hg.mozilla.org/mozilla-central/rev/5dddd0b5ff51
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [ft:media-recording] → [ft:media-recording][qa-]
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
•