Bug 1669852 - P1: Update cubeb-coreaudio to 08a2b75 r=cubeb-reviewers,kinetik

Pick commits:
- 08a2b75: Destroy newly created aggregate device if its initialization fails (#110)
- d3eb08c: Call audio_object_{add, remove}_property_listener outside of assert*! (#112)
- bb0880d: Replace sort by sort_unstable (#111)

Differential Revision: https://phabricator.services.mozilla.com/D92836
This commit is contained in:
Chun-Min Chang 2020-10-07 23:01:40 +00:00
Родитель 41e01e0273
Коммит 1a8fcc8d0d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ static_prefs = { path = "../../../../modules/libpref/init/static_prefs" }
profiler_helper = { path = "../../../../tools/profiler/rust-helper", optional = true }
mozurl = { path = "../../../../netwerk/base/mozurl" }
webrender_bindings = { path = "../../../../gfx/webrender_bindings", optional = true }
cubeb-coreaudio = { git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs", rev = "91a7bb50198a9b7578d98d56e9fd32f257abb41f", optional = true }
cubeb-coreaudio = { git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs", rev = "08a2b75285732a2e1a389bc4ab02518c74a8a9c5", optional = true }
cubeb-pulse = { git = "https://github.com/djg/cubeb-pulse-rs", rev="3224e2dee65c0726c448484d4c3c43956b9330ec", optional = true, features=["pulse-dlopen"] }
cubeb-sys = { version = "0.7", optional = true, features=["gecko-in-tree"] }
encoding_glue = { path = "../../../../intl/encoding_glue" }