2005-04-21 09:37:34 +00:00
|
|
|
Caps
|
|
|
|
----
|
|
|
|
|
|
|
|
Caps are lighweight refcounted objects describing media types.
|
|
|
|
They are composed of an array of GstStructures.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2005-06-02 08:26:58 +00:00
|
|
|
Caps are exposed on the element pads using the _get_caps() pad function.
|
2005-04-21 09:37:34 +00:00
|
|
|
This function describes the possible types that the pad can handle or
|
|
|
|
produce (see part-pads.txt and part-negotiation.txt).
|
|
|
|
|
2011-09-07 11:14:38 +00:00
|
|
|
Various methods exist to work with the media types such as subtracting
|
2005-04-21 09:37:34 +00:00
|
|
|
or intersecting.
|
|
|
|
|