mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Upgrade to latest servo-media
This commit is contained in:
parent
66a9677538
commit
4b48cfa3ec
5 changed files with 26 additions and 15 deletions
|
@ -38,7 +38,6 @@ impl GainNode {
|
|||
node_options.channelInterpretation = Some(ChannelInterpretation::Speakers);
|
||||
let node = AudioNode::new_inherited(
|
||||
AudioNodeInit::GainNode(gain_options.into()),
|
||||
None,
|
||||
context,
|
||||
&node_options,
|
||||
1, // inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue