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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/README.md')
-rw-r--r--tutorial/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/README.md b/tutorial/README.md
index 7592e26b..d19214ca 100644
--- a/tutorial/README.md
+++ b/tutorial/README.md
@@ -1,6 +1,6 @@
# 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.
+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](tutorial-1.md)
2. [Part 2: `sinesrc` - A raw audio sine wave source](tutorial-2.md)