validateflow: Don't use colon in file names
authorAlicia Boya García <ntrrgc@gmail.com>
Fri, 25 Oct 2019 10:45:40 +0000 (12:45 +0200)
committerAlicia Boya García <ntrrgc@gmail.com>
Fri, 25 Oct 2019 13:23:52 +0000 (13:23 +0000)
commitdeca1f9cbff62574843a898b97633fec530e3a6f
treed67a223631089f12134501067fb81fc97019a97c
parent37a0dbfebfca7882a2135a146bb397f22b1b2fd6
validateflow: Don't use colon in file names

The colon character commonly used to separate the element name and the
pad name is reserved in Windows filesystems, so it's better to use
something safer.

This patch replaces it with '-'. Please update
gst-integration-testsuites too where another commit has renamed all the
files.
validate/plugins/flow/gstvalidateflow.c