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.
a string representation of a GstStructure.
pointer to store the end of the string in.
a new GstStructure or NULL when the string could not be parsed. Free after usage.
See Implementation
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.