when the string could not be parsed. Free with [gst.structure.Structure.free] after use.
Structure.fromString
gst.structure.Structure fromString(string string_, out string end)Creates a #GstStructure from a string representation. If end is not null, a pointer to the place inside the given string where parsing ended will be returned.
Free-function: gst_structure_free
Parameters
string_ | a string representation of a #GstStructure. |
end | pointer to store the end of the string in. |
Returns
a new #GstStructure or null