mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Correct the stream identifier in `stream_init` #90

Closed ChunMinChang closed 4 years ago

ChunMinChang commented 4 years ago

This is found when investigating BMO 1631814.

The {:p} in https://github.com/ChunMinChang/cubeb-coreaudio-rs/blob/c5aacdc75618025e72f62f727a7a0d91606e6276/src/backend/mod.rs#L2237-L2238 is different from what we have in https://github.com/ChunMinChang/cubeb-coreaudio-rs/blob/c5aacdc75618025e72f62f727a7a0d91606e6276/src/backend/mod.rs#L2629