validate: Consider ',' as continuing line marker in struct files
Since ,
is the separator between fields of GstStructure we can
safely consider that if a line ends with it, the following line
is the logical continuity of the serialized GstStructure.
This makes writing those files more convenient and reading them
more pleasant as we do not need to add extra \
at end of lines
anymore