gst-plugins-rs/audio
Antonio Larrosa e0b577fe1d csound: Fix cast to f64 so it builds in i586
For some reason (compiler bug?), the rust compiler fails to compare u32 and f64 types
when doing a wildcard cast on i586 with the following error:

error[E0282]: type annotations needed
   --> audio/csound/src/filter/imp.rs:611:47
    |
611 |         if rate != out_info.rate() || rate != csound.get_sample_rate() as _ {
    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
    |
    = note: type must be known at this point

Using an explicit cast solves the issue.
2021-04-20 12:26:12 +00:00
..
audiofx post fix-getters manual updates 2021-04-13 17:24:20 +02:00
claxon fix-getters-{def,calls} pass 2021-04-12 15:57:19 +02:00
csound csound: Fix cast to f64 so it builds in i586 2021-04-20 12:26:12 +00:00
lewton fix-getters-{def,calls} pass 2021-04-12 15:57:19 +02:00