hlssink2: Always use forward slash separator
authorSeungha Yang <seungha@centricular.com>
Mon, 7 Aug 2023 16:29:40 +0000 (01:29 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 8 Aug 2023 09:49:15 +0000 (10:49 +0100)
commit1d7f2c2b9aee5b6d8505cb9f9113cf87fe7ffff7
tree3eef67c3c48d39281110a7fdc09c397d0abac8df
parentd710d60c40950328ebaea13b922dfdb81cce20f8
hlssink2: Always use forward slash separator

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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5161>
subprojects/gst-plugins-bad/ext/hls/gsthlssink2.c