summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-07 09:59:25 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-07 10:04:09 +0100
commit05e9dd968ca2c807240305dd1d55831c898c49e7 (patch)
tree9c53db37b4d3b4329ecf4ce34957e6f3816f1ef0
parentedfabdfca997f29479c7995182aacea37ccc24e0 (diff)
Revert "docs: fix ASCII art so that iterators are aligned property to the diagram"
This reverts commit ae60d06e9e401d1ed4de5ef25b5c283db0696a31 (fixes: #609166)
-rw-r--r--gst/gstbufferlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstbufferlist.c b/gst/gstbufferlist.c
index 9f24be3c11..7c58a9fa0f 100644
--- a/gst/gstbufferlist.c
+++ b/gst/gstbufferlist.c
@@ -43,8 +43,8 @@
* <programlisting>
* +--- group0 ----------------------+--- group1 ------------+
* | buffer0 buffer1 buffer2 | buffer3 buffer4 |
- * ^ ^ ^ ^ ^ ^ ^ ^
- * Iterator positions
+ * ^ ^ ^ ^ ^ ^ ^ ^
+ * Iterator positions between buffers
* </programlisting>
* </informalexample>
*