From bda72282dda3164b5e3c472dc8add8a3a4a878b9 Mon Sep 17 00:00:00 2001 From: Teh Yule Kim Date: Sat, 10 Jul 2021 09:26:26 +0000 Subject: [PATCH] docs: tutorials: add link to Rust version of the tutorials Closes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/159/ Part-of: --- subprojects/gst-docs/markdown/tutorials/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subprojects/gst-docs/markdown/tutorials/index.md b/subprojects/gst-docs/markdown/tutorials/index.md index 75b4248f8c..5da0f319b1 100644 --- a/subprojects/gst-docs/markdown/tutorials/index.md +++ b/subprojects/gst-docs/markdown/tutorials/index.md @@ -32,6 +32,9 @@ any other required files like makefiles or project files) is distributed with GStreamer, as explained in the installation instructions. +Source code for tutorials in Rust are available [here](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/tree/master/tutorials/src/bin) + + ### A short note on GObject and GLib GStreamer is built on top of the `GObject` (for object orientation) and