mozilla / cubeb-pulse-rs

ISC License
16 stars 17 forks source link

Write test to assert ContextState::is_good matches PA_CONTEXT_IS_GOOD #8

Open djg opened 7 years ago

djg commented 7 years ago

Implement a shim modules that allows a test only linking to check PulseAudio macro PA_CONTEXT_IS_GOOD against pulse::ContextState::is_good().

Do this for PA_STREAM_IS_GOOD too.