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 f9cd9e128d Add support for more codecs
Only Speex, AAC and H264 are missing now, which require a little bit
more work.
2016-12-23 17:36:14 +02:00
src Add support for more codecs 2016-12-23 17:36:14 +02:00
build.rs WIP demuxer 2016-12-23 17:35:57 +02:00
Cargo.toml Implement metadata handling 2016-12-23 17:36:14 +02:00
COPYING Add license and copyright notices 2016-05-15 18:54:09 +03:00
README.md Update README.md with the follow-up blogpost 2016-09-08 11:49:56 +03:00

rsplugin

GStreamer elements built in the Rust programming language.

For background and motivation, see the announcement blogpost and the follow-up blogpost.