gst-plugins-rs/tutorial
2023-11-02 14:10:59 +02:00
..
img
src Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
build.rs
Cargo.toml
LICENSE-APACHE git: replace LICENSE file symlinks with copies 2023-04-04 14:26:37 +01:00
LICENSE-MIT
README.md
tutorial-1.md
tutorial-2.md Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00

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 separate turoials for rgb2gray and sinesrc feature for now and there will be more in future.

  1. Part 1: rgb2gray - A Video Filter for converting RGB to grayscale
  2. Part 2: sinesrc - A raw audio sine wave source
  3. Part 3: identity
  4. Part 4: progressBin - Prints progress information. Also showcases how to implement an enum-property on a plugin.