Skip to content

filesrc: Don't use fstat() on Windows but use specific Windows APIs

Sebastian Dröge requested to merge slomo/gstreamer:filesrc-get-file-size into master
fstat() fails on Windows in various situations if the file metadata has
invalid values, and we only care about getting attributes and the file
size.
Edited by Seungha Yang

Merge request reports