Creates a gstreamer.Structure 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
a string representation of a gstreamer.Structure
pointer to store the end of the string in.
a new gstreamer.Structure or NULL when the string could not be parsed. Free with Structure.free after use.
Creates a gstreamer.Structure 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