gst-plugins-rs/src
Sebastian Dröge 086ec5b68d Fix up mutability
Rust assumes that there can only be a single mutable reference at any time, as
such make use of interior mutability with a mutex for all state of the
elements.
2016-08-22 22:25:58 +03:00
..
lib.rs Move FFI usage out of actual Sink/Source implementations 2016-08-10 18:27:38 +02:00
plugin.c Add license and copyright notices 2016-05-15 18:54:09 +03:00
rsfilesink.rs Fix up mutability 2016-08-22 22:25:58 +03:00
rsfilesrc.rs Fix up mutability 2016-08-22 22:25:58 +03:00
rshttpsrc.rs Fix up mutability 2016-08-22 22:25:58 +03:00
rssink.c Pass native GStreamer element pointer to functions 2016-07-20 21:06:17 +03:00
rssink.h Add license and copyright notices 2016-05-15 18:54:09 +03:00
rssink.rs WIP 2016-08-22 21:08:26 +03:00
rssource.c Fix typo in function name between C and Rust 2016-08-10 18:31:59 +02:00
rssource.h Add license and copyright notices 2016-05-15 18:54:09 +03:00
rssource.rs Fix up mutability 2016-08-22 22:25:58 +03:00
utils.rs Run everything through rustfmt 2016-07-20 11:28:58 +03:00