design/overview: add missing markup for figure

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-12-19 13:44:10 -08:00
parent d777295b67
commit 6c796a4438

View file

@ -297,6 +297,7 @@ provide or consume can be retrieved with `gst_pad_get_caps()`.
Below is a simple mp3 playback pipeline that we constructed. We will use
this pipeline in further examples.
```
+-------------------------------------------+
| pipeline |
| +---------+ +----------+ +----------+ |
@ -304,6 +305,7 @@ this pipeline in further examples.
| | src-sink src-sink | |
| +---------+ +----------+ +----------+ |
+-------------------------------------------+
```
## Pipeline clock