StaticCaps

Datastructure to initialize gstreamer.Caps from a string description usually used in conjunction with GST_STATIC_CAPS() and StaticCaps.get to instantiate a gstreamer.Caps

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 gstreamer.StaticCaps to a gstreamer.Caps

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