mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
design/conventions: add markup to figures and drop manual padding
This commit is contained in:
parent
218b3712b1
commit
75d5a71617
1 changed files with 14 additions and 8 deletions
|
@ -43,9 +43,11 @@ When drawing pictures the following conventions apply:
|
|||
|
||||
Objects are drawn with a box like:
|
||||
|
||||
+------+
|
||||
| |
|
||||
+------+
|
||||
```
|
||||
+------+
|
||||
| |
|
||||
+------+
|
||||
```
|
||||
|
||||
### pointers
|
||||
|
||||
|
@ -59,7 +61,9 @@ a pointer to an object.
|
|||
|
||||
an invalid pointer, this is a pointer that should not be used.
|
||||
|
||||
*-//->
|
||||
```
|
||||
*-//->
|
||||
```
|
||||
|
||||
### elements
|
||||
|
||||
|
@ -72,7 +76,9 @@ sink src
|
|||
|
||||
### pad links
|
||||
|
||||
-----+ +---
|
||||
| |
|
||||
src--sink
|
||||
-----+ +---
|
||||
```
|
||||
-----+ +---
|
||||
| |
|
||||
src--sink
|
||||
-----+ +---
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue