Skip to content

parse: Add work-around for preserving directory separator '\' on Windows

Seungha Yang requested to merge seungha.yang/gstreamer:workaround-windows into master

Special concern for Windows' directory separator '' to preserve it. Otherwise, "location=foo\bar" will be converted to "location="foobar" on Windows.

Merge request reports