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
Sebastian Dröge 2a6ee4b959 reqwesthttpsrc: Answer the SCHEDULING query correctly
We don't really want to operate in pull mode and also hint that we're
bandwidth limited.
2019-10-05 01:07:04 +03:00
gst-plugin-audiofx Various fixes for from_string() -> from_str(), to_string() vs. to_str() 2019-10-04 11:47:50 +03:00
gst-plugin-cdg Various fixes for from_string() -> from_str(), to_string() vs. to_str() 2019-10-04 11:47:50 +03:00
gst-plugin-closedcaption Various fixes for from_string() -> from_str(), to_string() vs. to_str() 2019-10-04 11:47:50 +03:00
gst-plugin-fallbackswitch fallbackswitch: Allow using compressed video in the example application 2019-09-18 11:36:54 +00:00
gst-plugin-file Remove usage of subclassing feature, it's the default now 2019-09-09 10:45:06 +03:00
gst-plugin-flv flvdemux: Update to nom 5 2019-09-30 11:23:29 +03:00
gst-plugin-lewton Various fixes for from_string() -> from_str(), to_string() vs. to_str() 2019-10-04 11:47:50 +03:00
gst-plugin-rav1e Various fixes for from_string() -> from_str(), to_string() vs. to_str() 2019-10-04 11:47:50 +03:00
gst-plugin-reqwest reqwesthttpsrc: Answer the SCHEDULING query correctly 2019-10-05 01:07:04 +03:00
gst-plugin-s3 reqwesthttpsrc/s3: Unlock canceller while waiting for the future to be resolved 2019-10-05 01:07:04 +03:00
gst-plugin-sodium sodium: Update to hex 0.4 2019-10-04 12:20:22 +03:00
gst-plugin-threadshare ts-udpsrc: Remove redundant semicolons 2019-10-04 12:06:47 +03:00
gst-plugin-togglerecord togglerecord: Use Bus::add_watch_local() for simplification 2019-09-18 11:36:54 +00:00
gst-plugin-tutorial Various fixes for from_string() -> from_str(), to_string() vs. to_str() 2019-10-04 11:47:50 +03:00
gst-plugin-version-helper gst-plugin-version-helper: Update git2 dependency to 0.10 2019-09-04 12:20:55 +03:00
.gitignore Update gitignore for Cargo.lock and vim files 2018-10-28 10:20:54 +00:00
.gitlab-ci.yml Update GStreamer to 1.16.1 and explicitly use Debian buster docker images 2019-10-05 00:36:13 +03:00
Cargo.toml Add initial version of lewton based Vorbis decoder 2019-09-14 20:08:18 +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
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.