Open
Bug 1404986
Opened 7 years ago
Updated 2 years ago
Remove locking from SourceMediaStream
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Core
WebRTC: Audio/Video
Tracking
()
NEW
People
(Reporter: padenot, Unassigned)
References
(Blocks 1 open bug)
Details
With full-duplex and audio always pulled by the graph, there’s no lock needed for the audio path. Video is always directly pushed without really touching the graph thread (currently it just accesses some state), so it should suffice with the graph brokering state and sinks to the video source, and run video completely off-graph.
Reporter | ||
Updated•7 years ago
|
Rank: 20
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•