Open
Bug 1414770
Opened 7 years ago
Updated 2 years ago
Refactor WebRTCAudioConduit::GetAudioFrame to avoid having to copy
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Core
WebRTC: Audio/Video
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: padenot, Unassigned)
References
Details
From bug 1397793, comment 33:
> ::: media/webrtc/signaling/src/media-conduit/AudioConduit.cpp:712
> (Diff revision 1)
> > {
> > return kMediaConduitPlayoutError;
> > }
> > return kMediaConduitUnknownError;
> > }
> > + // XXX Annoying, have to copy to our buffers -- refactor?
>
> Please file a bug for this, we only have one caller for
> WebrtcAudioConduit::GetAudioFrame() and I think the refactor to avoid the copy
> will be straightforward. I understand not wanting to do it as part of this
> patch set.
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•