CapsFeatures.fromString

Creates a #GstCapsFeatures from a string representation.

Free-function: gst_caps_features_free

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.

Meta