Skip to content

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.

Merge request reports