mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Clarify that servo-media deals with duplicated connections
This commit is contained in:
parent
b26a3bd31b
commit
abccf68a47
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ impl AudioNodeMethods for AudioNode {
|
|||
return Err(Error::IndexSize);
|
||||
}
|
||||
|
||||
// servo-media takes care of ignoring duplicated connections.
|
||||
|
||||
self.context.audio_context_impl().connect_ports(
|
||||
self.node_id().output(output),
|
||||
destination.node_id().input(input),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue