Age | Commit message (Collapse) | Author |
|
|
|
don't implement it
|
|
to avoid breaking unified builds when building tests in Firefox.
|
|
audiounit-rust backend will return an error instead of hitting an
assertion when registering a callback by calling
`cubeb_stream_register_device_changed_callback` without unregistering
the registered callback. It's not possible to run a death test in gtest
for the Rust API[1]
[1] https://users.rust-lang.org/t/how-to-write-a-death-test-in-gtest-for-rust-apis/23575
|
|
test/test_device_changed_callback.cpp:79:3: error: use of undeclared identifier 'ASSERT_DEATH'
ASSERT_DEATH(
^
|
|
* Make sure data_callback and state_callback are not null
* Check callbacks are valid in cubeb.c
* Initialize stream with non-null callbacks
|
|
|
|
|