librespot/src
johannesd3 5435ab3270 Fix compile errors in backends
fe37186 added the restriction that `Sink`s must be `Send`. It turned
out later that this restrictions was unnecessary, and since some
`Sink`s aren't `Send` yet, this restriction is lifted again.

librespot-org/librespot#601 refactored the `RodioSink` in order to make
it `Send`. These changes are partly reverted in favour of the initial
simpler design.

Furthermore, there were some compile errors in the gstreamer backend
which are hereby fixed.
2021-04-10 12:50:30 +02:00
..
lib.rs Replace "extern crate"s 2021-02-23 22:22:53 +01:00
main.rs Fix compile errors in backends 2021-04-10 12:50:30 +02:00
player_event_handler.rs minor cleanup 2021-02-28 21:54:19 -05:00