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
2017-01-23 21:17:36 +02:00
gst-plugin Keep amount of unsafe code a bit smaller for the GstStream* stream IDs 2017-01-23 21:17:36 +02:00
gst-plugin-file Add debug logging everywhere 2016-12-27 16:47:39 +01:00
gst-plugin-flv Use num_rational instead of home-baked (u32, u32) fractions 2017-01-15 20:56:20 +01:00
gst-plugin-http Update to reqwest 0.3 (hyper 0.10) 2017-01-12 11:07:39 +02:00
.gitignore Add .gitignore 2016-12-25 12:16:39 +01:00
Cargo.toml Build each component into its own GStreamer plugin 2016-12-23 19:04:32 +02:00
COPYING Add license and copyright notices 2016-05-15 18:54:09 +03:00
Makefile Add simple Makefile to build all subprojects 2016-12-25 12:35:34 +01: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.