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 656dc990f8 Require a get_type() function for boxed/object properties
Otherwise storing the properties in a static array is not possible
2017-11-20 12:30:21 +02:00
gst-plugin Require a get_type() function for boxed/object properties 2017-11-20 12:30:21 +02:00
gst-plugin-audiofx Update to latest gstreamer-rs master API changes 2017-11-11 13:02:55 +01:00
gst-plugin-file Move simple Source/Sink/Demuxer traits to a separate crate 2017-10-11 13:32:44 +03:00
gst-plugin-flv Update to latest gstreamer-rs master API changes 2017-11-11 13:02:55 +01:00
gst-plugin-http Update to reqwest 0.8 2017-10-25 14:58:41 +02:00
gst-plugin-simple Update to latest gstreamer-rs master API changes 2017-11-11 13:02:55 +01:00
.gitignore Ship Cargo.lock in git 2017-08-02 11:35:45 +03:00
.travis.yml Add travis.yml 2017-08-18 13:09:25 +03:00
Cargo.toml Move simple Source/Sink/Demuxer traits to a separate crate 2017-10-11 13:32:44 +03:00
LICENSE-APACHE Change license from LGPLv2.1+ to Apache2/MIT 2017-02-16 17:52:27 +02:00
LICENSE-MIT Change license from LGPLv2.1+ to Apache2/MIT 2017-02-16 17:52:27 +02:00
Makefile updated Makefile to use cargo build all 2017-08-01 19:15:27 +03:00
README.md Fix typo in crate/repo name 2017-10-30 10:51:56 +02:00

gst-plugin-rs Build Status

GStreamer elements built in the Rust programming language.

For background and motivation, see the announcement blogpost and the follow-up blogposts 1, 2, 3.

Application-side bindings for GStreamer can be found here: https://github.com/sdroege/gstreamer-rs

LICENSE

gst-plugin-rs and all crates contained in here are licensed under either of

at your option.

GStreamer itself is licensed under the Lesser General Public License version 2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html

Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in gst-plugin-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.