From 2996eaf287e4e9f9737e4bbe0ab7016ddbbe8716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 5 Feb 2018 10:29:48 +0200 Subject: [PATCH] Add tutorial to README.md --- README.md | 2 +- gst-plugin/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee19d8ec..2c8aeece 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ API builds upon the [application-side GStreamer bindings](https://github.com/sdr Check the README.md of that repository also for details about how to set-up your development environment. -Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-rs/). +Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-rs/). A blog post series about writing GStreamer plugins/elements can be found [here](https://coaxion.net/blog/2018/01/how-to-write-gstreamer-elements-in-rust-part-1-a-video-filter-for-converting-rgb-to-grayscale/). For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/) diff --git a/gst-plugin/README.md b/gst-plugin/README.md index ee19d8ec..2c8aeece 100644 --- a/gst-plugin/README.md +++ b/gst-plugin/README.md @@ -12,7 +12,7 @@ API builds upon the [application-side GStreamer bindings](https://github.com/sdr Check the README.md of that repository also for details about how to set-up your development environment. -Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-rs/). +Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-rs/). A blog post series about writing GStreamer plugins/elements can be found [here](https://coaxion.net/blog/2018/01/how-to-write-gstreamer-elements-in-rust-part-1-a-video-filter-for-converting-rgb-to-grayscale/). For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/)