mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-19 07:35:46 +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.*
7b5764e759
Keeps the miniobject specific code local and provides a more similar API to Rc/Arc. Also makes it impossible to accidentially try writing to an unwritable miniobject. |
||
---|---|---|
gst-plugin | ||
gst-plugin-file | ||
gst-plugin-flv | ||
gst-plugin-http | ||
.gitignore | ||
Cargo.toml | ||
COPYING | ||
Makefile | ||
README.md |
rsplugin
GStreamer elements built in the Rust programming language.
For background and motivation, see the announcement blogpost and the follow-up blogpost.