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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@collabora.com>2023-08-23 14:38:01 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-08-30 11:05:41 +0300
commitf47c9ce9c63e4b19eac752b1465dd0263b2b1b07 (patch)
treef49305117bd2f7baee119c729f2429166e3b3f38 /tutorial
parent146a96686b52407c96095db5c7ca5be2539e1aba (diff)
tutorial/1: fix TOC
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1315>
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/tutorial-1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial/tutorial-1.md b/tutorial/tutorial-1.md
index 68ad434af..e70695789 100644
--- a/tutorial/tutorial-1.md
+++ b/tutorial/tutorial-1.md
@@ -13,10 +13,10 @@ The final code for this plugin can be found [here](https://gitlab.freedesktop.or
1. [Project Structure](#project-structure)
2. [Plugin Initialization](#plugin-initialization)
3. [Type Registration](#type-registration)
- 4. [Type Class and Instance Initialization](#type-class-and-instance-initialization)
- 5. [Caps and Pad Templates](#caps-and-pad-templates)
- 6. [Caps Handling Part 1](#caps-handling-part-1)
- 7. [Caps Handling Part 2](#caps-handling-part-2)
+ 4. [Type Class & Instance Initialization](#type-class-instance-initialization)
+ 5. [Debug Category](#debug-category)
+ 6. [Caps & Pad Templates](#caps-pad-templates)
+ 7. [Caps Handling](#caps-handling)
8. [Conversion of BGRx Video Frames to Grayscale](#conversion-of-bgrx-video-frames-to-grayscale)
9. [Testing the new element](#testing-the-new-element)
10. [Properties](#properties)