mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
tutorial/1: fix TOC
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1331>
This commit is contained in:
parent
dc1e45eaa1
commit
5e55623c6e
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ The final code for this plugin can be found [here](https://gitlab.freedesktop.or
|
||||||
1. [Project Structure](#project-structure)
|
1. [Project Structure](#project-structure)
|
||||||
2. [Plugin Initialization](#plugin-initialization)
|
2. [Plugin Initialization](#plugin-initialization)
|
||||||
3. [Type Registration](#type-registration)
|
3. [Type Registration](#type-registration)
|
||||||
4. [Type Class and Instance Initialization](#type-class-and-instance-initialization)
|
4. [Type Class & Instance Initialization](#type-class-instance-initialization)
|
||||||
5. [Caps and Pad Templates](#caps-and-pad-templates)
|
5. [Debug Category](#debug-category)
|
||||||
6. [Caps Handling Part 1](#caps-handling-part-1)
|
6. [Caps & Pad Templates](#caps-pad-templates)
|
||||||
7. [Caps Handling Part 2](#caps-handling-part-2)
|
7. [Caps Handling](#caps-handling)
|
||||||
8. [Conversion of BGRx Video Frames to Grayscale](#conversion-of-bgrx-video-frames-to-grayscale)
|
8. [Conversion of BGRx Video Frames to Grayscale](#conversion-of-bgrx-video-frames-to-grayscale)
|
||||||
9. [Testing the new element](#testing-the-new-element)
|
9. [Testing the new element](#testing-the-new-element)
|
||||||
10. [Properties](#properties)
|
10. [Properties](#properties)
|
||||||
|
|
Loading…
Reference in a new issue