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
Guillaume Desmottes 9390295281 add meson support
This is needed to integrate gst-plugins-rs with gst-build, see
https://gitlab.freedesktop.org/gstreamer/gst-build/issues/63
2019-12-18 10:41:21 +00:00
gst-plugin-audiofx Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-cdg Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-closedcaption Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-fallbackswitch Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-file Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-flv Update various dependencies 2019-11-21 07:16:26 +00:00
gst-plugin-lewton Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-rav1e Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-reqwest Move debug categories from an instance member to lazy_static 2019-10-31 23:35:11 +01:00
gst-plugin-rusoto Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-sodium Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-threadshare Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-togglerecord Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-tutorial Fix compilation after gstreamer-rs!383 2019-12-18 08:17:42 +02:00
gst-plugin-version-helper gst-plugin-version-helper: Update git2 dependency to 0.11 2019-12-18 07:42:00 +02:00
.gitignore Update gitignore for Cargo.lock and vim files 2018-10-28 10:20:54 +00:00
.gitlab-ci.yml Require Rust 1.39 on the CI and fix the build after gstreamer-rs changes 2019-11-11 13:29:41 +01:00
cargo.py add meson support 2019-12-18 10:41:21 +00:00
Cargo.toml rusoto: Rename s3 as rusoto 2019-10-21 13:10:28 +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
meson.build add meson support 2019-12-18 10:41:21 +00:00
README.md Remove header from the README.md about the move from github to gitlab 2019-11-14 10:27:56 +01:00

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.