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 456db123f2 Update element/typefind factory ranks
The only None ranks now are:
- cdgdec/cdgparse: Primary
- rav1enc: Primary
- reqwesthttpsrc: Marginal
- s3sink/s3src: Primary
- mccenc/mccparse: Primary
- sccenc/sccparse: Primary

All other ranks are set to None until the elements are ready to replace
the existing C elements, or are otherwise production-ready and of a
element kind that should be autoplugged in one way or another.

For example the sodium elements are production-ready but can't be
autoplugged and as such should stay at a None rank.
2019-07-02 13:17:36 +03:00
gst-plugin-audiofx Update versions of everything and use releases instead of GIT 2019-06-25 10:30:12 +03:00
gst-plugin-cdg Update versions of everything and use releases instead of GIT 2019-06-25 10:30:12 +03:00
gst-plugin-closedcaption Update element/typefind factory ranks 2019-07-02 13:17:36 +03:00
gst-plugin-file Update element/typefind factory ranks 2019-07-02 13:17:36 +03:00
gst-plugin-flv Update element/typefind factory ranks 2019-07-02 13:17:36 +03:00
gst-plugin-http Update element/typefind factory ranks 2019-07-02 13:17:36 +03:00
gst-plugin-rav1e Update element/typefind factory ranks 2019-07-02 13:17:36 +03:00
gst-plugin-s3 Update element/typefind factory ranks 2019-07-02 13:17:36 +03:00
gst-plugin-sodium Update element/typefind factory ranks 2019-07-02 13:17:36 +03:00
gst-plugin-threadshare Update versions of everything and use releases instead of GIT 2019-06-25 10:30:12 +03:00
gst-plugin-togglerecord Update versions of everything and use releases instead of GIT 2019-06-25 10:30:12 +03:00
gst-plugin-tutorial Update versions of everything and use releases instead of GIT 2019-06-25 10:30:12 +03:00
gst-plugin-version-helper Update git2 dependency to 0.9 2019-06-24 21:22:35 +03:00
.gitignore Update gitignore for Cargo.lock and vim files 2018-10-28 10:20:54 +00:00
.gitlab-ci.yml CI: Update minimum supported Rust version to 1.34 2019-06-03 13:04:50 +03:00
Cargo.toml Add build.rs that provides a version number, release date and other details 2019-06-03 11:11:29 +00: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 Update Makefile with a release target, and an install and install-release target 2019-07-02 13:16:55 +03:00
README.md Remove some historical cruft from the README.md 2018-12-13 20:07:24 +02:00

NOTE: The canonical repository for gst-plugins-rs has moved to freedesktop.org GitLab!

gst-plugins-rs crates.io pipeline status

Repository containing various GStreamer plugins and elements written in the Rust programming language.

The plugins build upon the GStreamer Rust bindings. Check the README.md of that repository also for details about how to set-up your development environment.

LICENSE

gst-plugins-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-plugins-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.