GStreamer plugins written in Rust. *These plugins can be used by applications written in other programming languages as well of course, they are just like any other GStreamer plugins available on the system.*
Go to file
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
src Fix up mutability 2016-08-22 22:25:58 +03:00
build.rs Add license and copyright notices 2016-05-15 18:54:09 +03:00
Cargo.toml Add license and copyright notices 2016-05-15 18:54:09 +03:00
COPYING Add license and copyright notices 2016-05-15 18:54:09 +03:00
README.md README.md: Add minimal info and links 2016-05-23 20:02:12 +03:00

rsplugin

GStreamer elements built in the Rust programming language.

For background and motivation, see the announcement blogpost.