Skip to content

filesink: Use _fseeki64 and _ftelli64 on Windows if possible

Seungha Yang requested to merge seungha.yang/gstreamer:filesink-msvc into main

fseeko and ftello functions are not available with Windows SDK. Use equivalent Windows CRT functions.

Merge request reports