gst.static_caps
Module for StaticCaps class
class StaticCaps
Types 1
classStaticCaps
Data structure to initialize #GstCaps from a string description usually used in conjunction with GST_STATIC_CAPS() and gst.static_caps.StaticCaps.get to instantiate a #GstCaps.
Fields
GstStaticCaps _cInstanceMethods
void * _cPtr()void string_(string propval) @propertySet `string_` field. Params: propval = a string describing a capsvoid cleanup()Cleans up the cached caps contained in static_caps.gst.caps.Caps get()Converts a #GstStaticCaps to a #GstCaps. Returns: a pointer to the #GstCaps. Since the core holds an additional ref to the returned caps, use gst_caps_make_writable() on the returned caps to modify...