docs: design: fix up some document titles

These show up in the index.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2222>
This commit is contained in:
Tim-Philipp Müller 2022-04-18 20:05:54 +01:00 committed by GStreamer Marge Bot
parent d726a839e4
commit 819d436ec4
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ the clock can also use threads.
This design decision has implications for the usage of the API and the objects This design decision has implications for the usage of the API and the objects
which this document explains. which this document explains.
## MT safety techniques ## Multi-threading safety techniques
Several design patterns are used to guarantee object consistency in GStreamer. Several design patterns are used to guarantee object consistency in GStreamer.
This is an overview of the methods used in various GStreamer subsystems. This is an overview of the methods used in various GStreamer subsystems.

View file

@ -1,4 +1,4 @@
# Frame step # Frame stepping
This document outlines the details of the frame stepping functionality This document outlines the details of the frame stepping functionality
in GStreamer. in GStreamer.

View file

@ -1,4 +1,4 @@
# DRAFT Sparse Streams # Sparse Streams
## Introduction ## Introduction