CapsFeatures.fromString

Creates a gstreamer.CapsFeatures from a string representation.

Free-function: gst_caps_features_free

class CapsFeatures
static
fromString
(
string features
)

Parameters

features string

a string representation of a gstreamer.CapsFeatures

Return Value

a new gstreamer.CapsFeatures or NULL when the string could not be parsed. Free with Caps.featuresFree after use.

Meta