value_get_caps
function value_get_caps(value:GObject.Value):Gst.Caps { // Gjs wrapper for gst_value_get_caps() }
Gets the contents of value. The reference count of the returned Gst.Caps will not be modified, therefore the caller must take one before getting rid of the value.
- value
a GValue initialized to GST_TYPE_CAPS
- Returns
the contents of value