mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-31 05:08:16 +00:00
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.*
086ec5b68d
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. |
||
---|---|---|
src | ||
build.rs | ||
Cargo.toml | ||
COPYING | ||
README.md |
rsplugin
GStreamer elements built in the Rust programming language.
For background and motivation, see the announcement blogpost.