StaticCaps

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.

class StaticCaps {
GstStaticCaps cInstance;
}

Members

Functions

cleanup
void cleanup()

Cleans up the cached caps contained in static_caps.

get
gst.caps.Caps get()

Converts a #GstStaticCaps to a #GstCaps.