summaryrefslogtreecommitdiff
path: root/docs/design/part-MT-refcounting.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/part-MT-refcounting.txt')
-rw-r--r--docs/design/part-MT-refcounting.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/design/part-MT-refcounting.txt b/docs/design/part-MT-refcounting.txt
index e992da2945..a6e6529356 100644
--- a/docs/design/part-MT-refcounting.txt
+++ b/docs/design/part-MT-refcounting.txt
@@ -10,7 +10,7 @@ This design decision has implications for the usage of the API and the objects
which this document explains.
MT 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.
@@ -140,7 +140,7 @@ Compare and swap
Objects
--------
+~~~~~~~
* Locking involved:
@@ -414,3 +414,4 @@ Objects
}
}
gst_iterator_free (it);
+