NULL GstStructures cannot be deserialized
@ensonic
Submitted by Stefan Kost Link to original bug (#776336)
Description
When serializing a nested structure where a substructure is NULL, it will be serializes as:
sub=(structure)"(NULL)"
This cannot be serialized. Do we want to add support for (NULL) in the structure parser?