gst-plugins-rs/gst-plugin-tutorial
2019-10-03 14:16:51 +00:00
..
img gst-plugin-tutorial: Add markdown of tutorial from blog post and updating to latest version 2019-06-03 13:20:32 +03:00
src Fix or silence all remaining clippy warnings 2019-09-07 10:42:07 +03:00
build.rs Add build.rs that provides a version number, release date and other details 2019-06-03 11:11:29 +00:00
Cargo.toml Remove usage of subclassing feature, it's the default now 2019-09-09 10:45:06 +03:00
README.md gst-plugin-tutorial: Add markdown of tutorial from blog post and updating to latest version 2019-06-03 13:20:32 +03:00
tutorial-1.md gst-plugin-tutorial: port-tutorial-documentation-to-new-register-API 2019-10-03 14:16:51 +00:00
tutorial-2.md gst-plugin-tutorial: port-tutorial-documentation-to-new-register-API 2019-10-03 14:16:51 +00: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 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
  2. Part 2: sinesrc - A raw audio sine wave source
  3. Part 3: identity
  4. Part 4: progressBin - Prints progress information