mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
design/caps: add some missing markup
This commit is contained in:
parent
5383540c94
commit
b5fb757a0b
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue