From 819d436ec43996d4987b51175d81f42d5d00ae0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 18 Apr 2022 20:05:54 +0100 Subject: [PATCH] docs: design: fix up some document titles These show up in the index. Part-of: --- .../gst-docs/markdown/additional/design/MT-refcounting.md | 2 +- subprojects/gst-docs/markdown/additional/design/framestep.md | 2 +- .../gst-docs/markdown/additional/design/sparsestreams.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-docs/markdown/additional/design/MT-refcounting.md b/subprojects/gst-docs/markdown/additional/design/MT-refcounting.md index 62eb982f94..78994c28f5 100644 --- a/subprojects/gst-docs/markdown/additional/design/MT-refcounting.md +++ b/subprojects/gst-docs/markdown/additional/design/MT-refcounting.md @@ -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. diff --git a/subprojects/gst-docs/markdown/additional/design/framestep.md b/subprojects/gst-docs/markdown/additional/design/framestep.md index 59624fca1b..e6d577c038 100644 --- a/subprojects/gst-docs/markdown/additional/design/framestep.md +++ b/subprojects/gst-docs/markdown/additional/design/framestep.md @@ -1,4 +1,4 @@ -# Frame step +# Frame stepping This document outlines the details of the frame stepping functionality in GStreamer. diff --git a/subprojects/gst-docs/markdown/additional/design/sparsestreams.md b/subprojects/gst-docs/markdown/additional/design/sparsestreams.md index 07e1a6d77c..3641b311e0 100644 --- a/subprojects/gst-docs/markdown/additional/design/sparsestreams.md +++ b/subprojects/gst-docs/markdown/additional/design/sparsestreams.md @@ -1,4 +1,4 @@ -# DRAFT Sparse Streams +# Sparse Streams ## Introduction