docs: tutorials: add link to Rust version of the tutorials
authorTeh Yule Kim <tehyulekim@gmail.com>
Sat, 10 Jul 2021 09:26:26 +0000 (09:26 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 9 Nov 2021 17:46:31 +0000 (17:46 +0000)
Closes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/159/

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1324>

subprojects/gst-docs/markdown/tutorials/index.md

index 75b4248..5da0f31 100644 (file)
@@ -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