Skip to content

filesrc: Add buffer-size property

Seungha Yang requested to merge seungha.yang/gstreamer:filesrc-fp into main

... for user to be able to specify the size of read buffer. Depending on use cases, larger buffer size than default value can optimize the read pattern and it would be able to save the cost resulting from too frequent read access to the underlying storage hardware.

Edited by Seungha Yang

Merge request reports