gstreamer-rs/gstreamer-app/src
Sebastian Dröge b59f90e634 Don't use unnecessary RefCell wrappers for FnMut callbacks
They don't add any safety as this is via unsafe code anyway and are not
needed to get mutable references in this context anyway, while adding a
bit of runtime overhead.
2022-04-04 16:27:00 +03:00
..
auto Regenerate with latest gir files 2022-02-04 14:02:45 +02:00
app_sink.rs Don't use unnecessary RefCell wrappers for FnMut callbacks 2022-04-04 16:27:00 +03:00
app_src.rs Don't use unnecessary RefCell wrappers for FnMut callbacks 2022-04-04 16:27:00 +03:00
lib.rs Ignore clippy::non_send_fields_in_send_ty lint 2022-01-13 23:38:11 +02:00