Open
Bug 1414837
Opened 7 years ago
Updated 2 years ago
Don't allocate/free in MediaEngineWebRTCMicrophoneSource::PacketizeAndProcess
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Core
WebRTC: Audio/Video
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: padenot, Unassigned)
References
(Blocks 1 open bug)
Details
This means that we should use the lock-free queue without freeing (ring buffer, or remove it altogether), and find a way to append to a segment without having to allocate data.
Reporter | ||
Updated•7 years ago
|
Blocks: webrtc-call-quality
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Updated•3 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•