docs: design: fix up some document titles
authorTim-Philipp Müller <tim@centricular.com>
Mon, 18 Apr 2022 19:05:54 +0000 (20:05 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 18 Apr 2022 21:39:32 +0000 (21:39 +0000)
These show up in the index.

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

subprojects/gst-docs/markdown/additional/design/MT-refcounting.md
subprojects/gst-docs/markdown/additional/design/framestep.md
subprojects/gst-docs/markdown/additional/design/sparsestreams.md

index 62eb982..78994c2 100644 (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
 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.
index 59624fc..e6d577c 100644 (file)
@@ -1,4 +1,4 @@
-# Frame step
+# Frame stepping
 
 This document outlines the details of the frame stepping functionality
 in GStreamer.