gst-plugins-rs/gst-plugin
Sebastian Dröge 52981968f6 Use raw pointers instead of &'static references
&'static is wrong here is the pointers are only valid for the lifetime
of the surrounding struct.

Also place a PhantomData<T> inside the structs as conceptually we own a
T, see std::ptr::Unique and
https://github.com/rust-lang/rfcs/blob/master/text/0769-sound-generic-drop.md#phantom-data

Need to add the PhantomData<T> elsewhere too.
2017-04-27 12:33:28 +03:00
..
src Use raw pointers instead of &'static references 2017-04-27 12:33:28 +03:00
build.rs Port sink C code to Rust 2017-04-10 19:52:00 +03:00
Cargo.toml Update to slog 2.0 2017-04-12 16:44:34 +03:00