validate: Consider ',' as continuing line marker in struct files
authorThibault Saunier <tsaunier@igalia.com>
Thu, 20 Feb 2020 01:16:44 +0000 (22:16 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 20 Feb 2020 01:20:25 +0000 (22:20 -0300)
commita12cb70422e0e0ae0b1c0df88ec7050072940b16
tree192642372e39e0607aa2bd2a1be511a309689366
parent2f135d430b349aadabbb7c5515a848c279ea50cd
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
validate/gst/validate/gst-validate-utils.c