mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Add support for cubeb_stream_set_name #54

Closed mymindstorm closed 3 years ago

mymindstorm commented 3 years ago

Blocked by https://github.com/kinetiknz/cubeb/pull/615. This won't work until the submodule is updated.

This PR adds support for the cubeb_stream_set_name method. I am not sure if the types are entirely correct when dealing with CStr.


This change is Reviewable

mymindstorm commented 3 years ago

@kinetiknz do you want me to make another PR updating the submodule at cubeb-sys/libcubeb to https://github.com/kinetiknz/cubeb/commit/01e0997c75abeff9c361568f2bdc645f6c3c0ade?

kinetiknz commented 3 years ago

Thanks for the offer. I've done that in https://github.com/djg/cubeb-rs/commit/be6cb3222bdcf518f035120384c903fca1b6dd26 and tagged & released 0.8.0 to crates.io.