-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cubeb-coreaudio-rs and cubeb-pulse-rs.
Specifically, pull in mozilla/cubeb-coreaudio-rs#236 and mozilla/cubeb-pulse-rs#94
- Loading branch information
1 parent
2bee6bc
commit ffd5184
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule cubeb-coreaudio-rs
updated
6 files
Submodule cubeb-pulse-rs
updated
12 files
+5 −0 | Cargo.toml | |
+38 −33 | pulse-rs/src/context.rs | |
+1 −1 | pulse-rs/src/error.rs | |
+73 −96 | pulse-rs/src/lib.rs | |
+9 −2 | pulse-rs/src/mainloop_api.rs | |
+2 −0 | pulse-rs/src/operation.rs | |
+1 −1 | pulse-rs/src/proplist.rs | |
+27 −21 | pulse-rs/src/stream.rs | |
+4 −0 | pulse-rs/src/threaded_mainloop.rs | |
+1 −1 | pulse-rs/src/util.rs | |
+6 −2 | src/backend/context.rs | |
+3 −3 | src/backend/stream.rs |