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.*
Find a file
Arun Raghavan 205b6040fb Reorganise plugins into directories by function
This should start making navigating the tree a little easier to start
with, and we can then move to allowing building specific groups of
plugins as well.

The plugins are moved into the following hierarchy:

  audio
    / gst-plugin-audiofx
    / gst-plugin-claxon
    / gst-plugin-csound
    / gst-plugin-lewton
  generic
    / gst-plugin-file
    / gst-plugin-sodium
    / gst-plugin-threadshare
  net
    / gst-plugin-reqwest
    / gst-plugin-rusoto
  utils
    / gst-plugin-fallbackswitch
    / gst-plugin-togglerecord
  video
    / gst-plugin-cdg
    / gst-plugin-closedcaption
    / gst-plugin-dav1d
    / gst-plugin-flv
    / gst-plugin-gif
    / gst-plugin-rav1e

  gst-plugin-tutorial
  gst-plugin-version-helper
2020-04-05 19:10:46 +00:00
audio Reorganise plugins into directories by function 2020-04-05 19:10:46 +00:00
generic Reorganise plugins into directories by function 2020-04-05 19:10:46 +00:00
gst-plugin-tutorial Update for gstreamer bindings API changes 2020-04-02 20:29:18 +03:00
gst-plugin-version-helper version-helper: Update version to 0.2.0 2020-04-03 20:20:50 +03:00
net Reorganise plugins into directories by function 2020-04-05 19:10:46 +00:00
utils Reorganise plugins into directories by function 2020-04-05 19:10:46 +00:00
video Reorganise plugins into directories by function 2020-04-05 19:10:46 +00:00
.gitignore gif: Add initial implementation of a gif encoder 2020-02-25 08:45:22 +00:00
.gitlab-ci.yml Add csound-based filter plugin 2020-03-22 13:44:40 +02:00
Cargo.toml Reorganise plugins into directories by function 2020-04-05 19:10:46 +00:00
cargo_wrapper.py meson: add sodium option 2020-01-30 10:57:00 +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 Clean up Makefile some more 2019-07-06 10:32:22 +03:00
meson.build version-helper: stop using git2 2020-04-03 20:17:59 +03:00
meson_options.txt Add csound-based filter plugin 2020-03-22 13:44:40 +02:00
README.md Add csound-based filter plugin 2020-03-22 13:44:40 +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.

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.