mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
design/overview: add missing markup for figure
This commit is contained in:
parent
d777295b67
commit
6c796a4438
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue