Seungha Yang e56d3d3e07 filesrc: Don't abort on _get_osfhandle()
_get_osfhandle() expects valid fd and CRT will abort program
if given paramerter is invalid. The fd can be invalidated
in various way, file was deleted by other process after
we open a file. To avoid it, our own exception
handler must be installed so that _get_osfhandle() can return
INVALID_HANDLE_VALUE if fd is invalid.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6877>
2024-05-20 08:32:43 +00:00
..
2024-04-07 21:50:17 +00:00
2024-03-05 12:58:57 +00:00
2024-05-17 14:12:08 +00:00
2024-03-05 12:58:57 +00:00
2024-03-05 12:58:57 +00:00
2023-12-13 11:51:53 +00:00
2024-03-23 13:08:15 +00:00
2024-03-05 12:58:57 +00:00
2024-05-11 15:54:54 +00:00
2023-12-13 11:51:53 +00:00
2024-05-02 13:26:09 +02:00
2024-03-23 13:08:15 +00:00
2024-03-23 13:08:15 +00:00