StaticCaps

Datastructure to initialize #GstCaps from a string description usually used in conjunction with GST_STATIC_CAPS() and gst_static_caps_get() to instantiate a #GstCaps.

Constructors

this
this(GstStaticCaps* gstStaticCaps, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

cleanup
void cleanup()

Clean up the cached caps contained in @static_caps.

get
Caps get()

Converts a #GstStaticCaps to a #GstCaps.

getStaticCapsStruct
GstStaticCaps* getStaticCapsStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Variables

gstStaticCaps
GstStaticCaps* gstStaticCaps;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta