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 91adc3c416 Clean up Makefile some more
Use $(DESTDIR) as prefix for the installation to make distros' lifes
easier and have a simple "all" / "build" / "install" rule. By default we
do a release build, if DEBUG=1 is specified we do a debug build.
2019-07-06 10:32:22 +03:00
gst-plugin-audiofx port all plugins to new register API 2019-06-04 14:35:10 +05:30
gst-plugin-cdg cdg: ... ranges (inclusive) are deprecated in favour of ...= 2019-06-24 21:35:30 +03:00
gst-plugin-closedcaption Update rand to 0.7 and rusoto to 0.40 2019-07-02 18:16:23 +03:00
gst-plugin-file Update element/typefind factory ranks 2019-07-02 13:14:06 +03:00
gst-plugin-flv Fix various clippy warnings 2019-07-04 18:56:33 +03:00
gst-plugin-rav1e Update element/typefind factory ranks 2019-07-02 13:14:06 +03:00
gst-plugin-reqwest reqwesthttpsrc: Report correct error messages based on HTTP error status codes 2019-07-05 18:54:10 +05:30
gst-plugin-s3 Fix various clippy warnings 2019-07-04 18:56:33 +03:00
gst-plugin-sodium Fix various clippy warnings 2019-07-04 18:56:33 +03:00
gst-plugin-threadshare Fix various clippy warnings 2019-07-04 18:56:33 +03:00
gst-plugin-togglerecord togglerecord: Minor code cleanup 2019-07-03 18:44:25 +03:00
gst-plugin-tutorial port all plugins to new register API 2019-06-04 14:35:10 +05:30
gst-plugin-version-helper Fix various clippy warnings 2019-07-04 18:56:33 +03:00
.gitignore Update gitignore for Cargo.lock and vim files 2018-10-28 10:20:54 +00:00
.gitlab-ci.yml Bring gitlab CI in sync with gstreamer-rs and add clippy task 2019-07-04 18:21:29 +03:00
Cargo.toml rshttpsrc: rename to reqwesthttpsrc 2019-06-26 18:28:12 +05:30
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 Clean up Makefile some more 2019-07-06 10:32:22 +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.