mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
d726a839e4
commit
819d436ec4
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ the clock can also use threads.
|
|||
This design decision has implications for the usage of the API and the objects
|
||||
which this document explains.
|
||||
|
||||
## MT safety techniques
|
||||
## Multi-threading safety techniques
|
||||
|
||||
Several design patterns are used to guarantee object consistency in GStreamer.
|
||||
This is an overview of the methods used in various GStreamer subsystems.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Frame step
|
||||
# Frame stepping
|
||||
|
||||
This document outlines the details of the frame stepping functionality
|
||||
in GStreamer.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# DRAFT Sparse Streams
|
||||
# Sparse Streams
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
Loading…
Reference in a new issue