Skip to content

validate: flow: Fix for line-ending mismatch issue on Windows

Seungha Yang requested to merge seungha.yang/gstreamer:win-validate into main

Unlike POSIX system, Windows distinguishes "w" and "wb" and when a file is opened with text mode, OS will translate \n into \r\n.

Merge request reports