Skip to content

hlssink2: Always use forward slash separator

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

g_build_filename() will insert back slash on Windows, and resulting playlist will contain media segment path with back slash if "playlist-root" property is specified

Merge request reports