design/caps: add some missing markup

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-12-20 22:47:20 -08:00
parent 5383540c94
commit b5fb757a0b

View file

@ -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.