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