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
2020-07-10 13:02:50 +03:00
audio Add LICENSE files to each individual crate 2020-07-10 12:50:48 +03:00
ci ci: install dav1d when generating image 2020-04-28 14:21:01 +02:00
generic Add LICENSE files to each individual crate 2020-07-10 12:50:48 +03:00
net Add LICENSE files to each individual crate 2020-07-10 12:50:48 +03:00
text/wrap Add LICENSE files to each individual crate 2020-07-10 12:50:48 +03:00
tutorial Add LICENSE files to each individual crate 2020-07-10 12:50:48 +03:00
utils utils/fallbackswitch: Enable the v1_18 feature now that it exists 2020-07-10 12:50:48 +03:00
version-helper Update dependency versions from git to releases 2020-07-10 12:50:48 +03:00
video video/gif: Add description to Cargo.toml 2020-07-10 13:02:50 +03:00
.gitignore Add Cargo.lock file for the release branch 2020-07-10 12:50:48 +03:00
.gitlab-ci.yml ci: check commit using ci-fairy 2020-06-15 10:25:09 +02:00
Cargo.lock Add Cargo.lock file for the release branch 2020-07-10 12:50:48 +03:00
Cargo.toml audio/transcribe: remove and merge with rusoto 2020-05-29 20:21:34 +00:00
cargo_wrapper.py meson: add sodium option 2020-01-30 10:57:00 +00:00
deny.toml deny: Update for latest version of dependencies 2020-06-30 11:02:23 +03: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 Clean up Makefile some more 2019-07-06 10:32:22 +03:00
meson.build meson: fix mistakenly checked-in csound disabling 2020-04-23 22:05:57 +02:00
meson_options.txt Add csound-based filter plugin 2020-03-22 13:44:40 +02:00
README.md doc: Add some documentation of what plugins are there 2020-04-05 19:10:47 +00:00
update-version.sh Add update-version script 2020-04-15 20:39:31 +02: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.

Plugins

You will find the following plugins in this repository:

  • generic

    • file: A Rust implementation of the standard filesrc and filesink elements

    • sodium: Elements to perform encryption and decryption using libsodium.

    • threadshare: Some popular threaded elements reimplemented using common thread-sharing infrastructure.

  • net

    • reqwest: An HTTP source element based on the reqwest library.

    • rusoto: A source and sink plugin to talk to the Amazon S3 object storage system using the Rusoto library.

  • audio

    • audiofx: Plugins to apply audio effects to a stream (such as adding echo/reverb, or normalization).

    • claxon: A FLAC decoder based on the Claxon library.

    • csound: A plugin to implement audio effects using the Csound library.

    • lewton: A Vorbis decoder based on the lewton library.

  • video

    • cdg: A parser and renderer for CD+G karaoke data.

    • closedcaption: Plugins to deal with several closed caption formats (MCC, SCC, EIA-608/CEA-608 and timed text).

    • dav1d: AV1 decoder based on the dav1d library.

    • flavors: FLV demuxer based on the flavors library.

    • gif: A GIF encoder based on the gif library.

    • rav1e: AV1 encoder based on the rav1e library.

  • utils

    • fallbackswitch: Aggregator element that allows falling back to a different sink pad after a timeout.

    • togglerecord: Element to enable starting and stopping multiple streams together.

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.

gst-plugin-csound 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.