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
Jordan Petridis 23071c1e0e
mcc_parse: save the last_timecode to have a fallback
If the current timecode can't be parsed, the plugin falls back
to last knonw timecode to at least have something. The code
that does this already existed but the last_timecode was just
never set.
2019-02-07 14:31:35 +02:00
gst-plugin-audiofx Fixes for gstreamer-rs API changes 2019-01-29 17:33:06 +02:00
gst-plugin-closedcaption mcc_parse: save the last_timecode to have a fallback 2019-02-07 14:31:35 +02:00
gst-plugin-file Fixes for gstreamer-rs API changes 2019-01-29 17:33:06 +02:00
gst-plugin-flv flvdemux: Update to nom 4 2019-02-06 14:48:50 +02:00
gst-plugin-http Fixes for gstreamer-rs API changes 2019-01-29 17:33:06 +02:00
gst-plugin-threadshare ts-udpsrc: Fix build on Windows 2019-02-07 10:31:47 +02:00
gst-plugin-togglerecord Fix build with GLib and GTK changes 2019-02-07 09:54:03 +02:00
gst-plugin-tutorial Update transform_caps signature 2019-02-01 16:15:19 +01:00
.gitignore Update gitignore for Cargo.lock and vim files 2018-10-28 10:20:54 +00:00
.gitlab-ci.yml Enable 1.31 test job now that 1.32 is released 2019-01-18 08:14:38 +00:00
.travis.yml Remove travis cargo cache 2018-10-05 17:19:30 +03:00
Cargo.toml closedcaption: Add closed caption plugin with an MCC parser and encoder 2019-01-13 14:23:31 +02: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 updated Makefile to use cargo build all 2017-08-01 19:15:27 +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.