Closed
Bug 959021
Opened 11 years ago
Closed 11 years ago
[Media Encoder] Rename the HAS_AUDIO/HAS_VIDEO in ContainerWriter.h
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: rlin, Assigned: ayang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
13.30 KB,
patch
|
ayang
:
review+
|
Details | Diff | Splinter Review |
The naming is bad, We should change it.
Updated•11 years ago
|
Blocks: MediaEncoder
Reporter | ||
Comment 1•11 years ago
|
||
also change the naming on this comment
https://bugzilla.mozilla.org/show_bug.cgi?id=961618#c2
I think you should rename EncodedFrame::SetFrameData() to SwapFrameData(), and
call:
nsTArray<uint8_t> frameData;
frames.ElementAt(i)->SwapFrameData(&frameData);
mControl->WriteAVData(frameData);
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → rlin
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8364872 -
Flags: review?(cpearce)
Assignee | ||
Updated•11 years ago
|
Assignee: rlin → ayang
Reporter | ||
Comment 3•11 years ago
|
||
Hi Benjmin,
Need your help to sync this patch to WebM muxer if got r+
Updated•11 years ago
|
Attachment #8364872 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8364872 -
Attachment is obsolete: true
Attachment #8367837 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
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
•