mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update servo-media to include DestinationNode fix
This commit is contained in:
parent
40641ac8a4
commit
b7e9aeb4ac
2 changed files with 23 additions and 6 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -3235,7 +3235,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cbcea8c8dd8be248ef3f2e6b504039ad6ee785c7"
|
||||
source = "git+https://github.com/servo/media#b274b9636d4f90e44835735279674c1279e75592"
|
||||
dependencies = [
|
||||
"servo-media-audio 0.1.0 (git+https://github.com/servo/media)",
|
||||
"servo-media-gstreamer 0.1.0 (git+https://github.com/servo/media)",
|
||||
|
@ -3245,7 +3245,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-audio"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cbcea8c8dd8be248ef3f2e6b504039ad6ee785c7"
|
||||
source = "git+https://github.com/servo/media#b274b9636d4f90e44835735279674c1279e75592"
|
||||
dependencies = [
|
||||
"boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byte-slice-cast 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3262,7 +3262,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-gstreamer"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cbcea8c8dd8be248ef3f2e6b504039ad6ee785c7"
|
||||
source = "git+https://github.com/servo/media#b274b9636d4f90e44835735279674c1279e75592"
|
||||
dependencies = [
|
||||
"byte-slice-cast 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"glib 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3280,7 +3280,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo-media-player"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cbcea8c8dd8be248ef3f2e6b504039ad6ee785c7"
|
||||
source = "git+https://github.com/servo/media#b274b9636d4f90e44835735279674c1279e75592"
|
||||
dependencies = [
|
||||
"ipc-channel 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3376,7 +3376,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo_media_derive"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/media#cbcea8c8dd8be248ef3f2e6b504039ad6ee785c7"
|
||||
source = "git+https://github.com/servo/media#b274b9636d4f90e44835735279674c1279e75592"
|
||||
dependencies = [
|
||||
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,2 +1,19 @@
|
|||
[audionode-channel-rules.html]
|
||||
expected: TIMEOUT
|
||||
[X connections: 6, explicit(1), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(4), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, clamped-max(4), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 4 out of 172 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(2), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue