From b5fb757a0b56d5779fdc5592c6abf47083385e0e Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 20 Dec 2016 22:47:20 -0800 Subject: [PATCH] design/caps: add some missing markup --- markdown/design/caps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/design/caps.md b/markdown/design/caps.md index 7102debab1..a6af8d8894 100644 --- a/markdown/design/caps.md +++ b/markdown/design/caps.md @@ -1,10 +1,10 @@ # Caps Caps are lightweight refcounted objects describing media types. They are -composed of an array of GstStructures plus, optionally, a -GstCapsFeatures set for the GstStructure. +composed of an array of `GstStructure` plus, optionally, a +`GstCapsFeatures` set for the `GstStructure`. -Caps are exposed on GstPadTemplates to describe all possible types a +Caps are exposed on `GstPadTemplates` to describe all possible types a given pad can handle. They are also stored in the registry along with a description of the element.