Gst.StaticCaps¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
caps |
r/w |
the cached |
|
string |
r/w |
a string describing a caps |
Methods¶
|
|
|
Details¶
- class Gst.StaticCaps¶
Data structure to initialize
Gst.Capsfrom a string description usually used in conjunction with GST_STATIC_CAPS() andGst.StaticCaps.get() to instantiate aGst.Caps.- get()[source]¶
- Returns:
a pointer to the
Gst.Caps. core holds an additional ref to the returned caps, useGst.Caps.make_writable() on the returned caps to modify it.- Return type:
Converts a
Gst.StaticCapsto aGst.Caps.