parse_memory
Description:
public bool parse_memory (
uchar[] buffer,
uint size,
string root)
Fills the GstXML object with the corresponding elements from an in memory XML buffer.
Parameters:
| buffer |
a pointer to the in memory XML buffer |
| size |
the size of the buffer |
| root |
the name of the root objects to build |
Returns: