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
2018-05-09 12:32:49 +03:00
gst-plugin Fix diff links in the CHANGELOG.md 2018-05-09 12:32:49 +03:00
gst-plugin-audiofx Update versions to 0.2.1 2018-05-09 12:27:25 +03:00
gst-plugin-file Update versions to 0.2.1 2018-05-09 12:27:25 +03:00
gst-plugin-flv Update versions to 0.2.1 2018-05-09 12:27:25 +03:00
gst-plugin-http Update versions to 0.2.1 2018-05-09 12:27:25 +03:00
gst-plugin-simple Update versions to 0.2.1 2018-05-09 12:27:25 +03:00
gst-plugin-togglerecord Update versions to 0.2.1 2018-05-09 12:27:25 +03:00
gst-plugin-tutorial Update versions to 0.2.1 2018-05-09 12:27:25 +03:00
.gitignore Ship Cargo.lock in git 2017-08-02 11:35:45 +03:00
.travis.yml Fix travis.yml 2018-03-20 14:01:05 +02:00
Cargo.toml Add gst-plugin-tutorial sub-crate and rgb2gray element 2018-01-13 20:12:37 +02:00
LICENSE-APACHE Change license from LGPLv2.1+ to Apache2/MIT 2017-02-16 17:52:27 +02:00
LICENSE-LGPLv2 Add gst-plugin-togglerecord 2017-12-05 09:56:58 +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 Add second blog post about writing GStreamer elements to the README.md 2018-02-21 20:31:21 +01:00

gst-plugin-rs crates.io Build Status

Infrastructure for writing GStreamer plugins and elements in the Rust programming language, and a collection of various GStreamer plugins.

Documentation for the crate containing the infrastructure for writing GStreamer plugins in Rust, gst-plugin, can be found here. The whole API builds upon the application-side GStreamer bindings. Check the README.md of that repository also for details about how to set-up your development environment.

Various example plugins can be found in the GIT repository. A blog post series about writing GStreamer plugins/elements can be found here2.

For background and motivation, see the announcement blogpost and the follow-up blogposts 1, 2, 3. Note that the overall implementation has changed completely since those blogposts were written.

LICENSE

gst-plugin-rs and all crates contained in here that are not listed below are licensed under either of

at your option.

gst-plugin-togglerecord is licensed under the Lesser General Public License (LICENSE-LGPLv2) version 2.1 or (at your option) any later version.

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.