Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « tutorial - github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7592e26b2caab45a3fe0a50cdbb4e84763810b2c (plain)
1
2
3
4
5
6
7
8
# 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.

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