Skip to content

sparsefile: fix possible crash when seeking

In gst_sparse_file_clear function we were closing a file and reopening it using closed file descriptor.

Fix: Removed closing and reopening of file.

Fixes #512 (closed)

Edited by Mohammed Dhilshad

Merge request reports