mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
b9f8ce9995
There is no way to dynamically ask Cargo to build static or dynamic lib so we have to build both and pick the one we care when doing the meson processing. Fix #88 |
||
---|---|---|
.. | ||
img | ||
src | ||
build.rs | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
tutorial-1.md | ||
tutorial-2.md |
Tutorial on how to write GStreamer plugins in Rust
This tutorial is for the gst-plugin-tutorial
plugin. This plugin provides 4 features. There are seperate turoials for rgb2gray
and sinesrc
feature for now and there will be more in future.
- Part 1:
rgb2gray
- A Video Filter for converting RGB to grayscale - Part 2:
sinesrc
- A raw audio sine wave source - Part 3:
identity
- Part 4:
progressBin
- Prints progress information. Also showcases how to implement an enum-property on a plugin.