From 6c796a44389faa4689d6d1c726ae5dacd9508f48 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Mon, 19 Dec 2016 13:44:10 -0800 Subject: [PATCH] design/overview: add missing markup for figure --- markdown/design/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/markdown/design/overview.md b/markdown/design/overview.md index fd75e90240..0975690bbd 100644 --- a/markdown/design/overview.md +++ b/markdown/design/overview.md @@ -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