CapsFeatures.fromString

Creates a GstCapsFeatures from a string representation. Free-function: gst_caps_features_free Since 1.2

class CapsFeatures
static
fromString
(
string features
)

Parameters

features string

a string representation of a GstCapsFeatures.

Return Value

a new GstCapsFeatures or NULL when the string could not be parsed. Free with gst_caps_features_free() after use. [transfer full]

Meta