Skip to content

souphttpsrc: add max-buffer-size property to limit size of pushed buffers

Adds a property to limit the size of buffers pushed by souphttpsrc as it increases the blocksize to increase download speed. The blocksize itself will keep increasing but buffers will be split into smaller parts by a gstadapter so they are pushed in smaller sizes.

Fixes #770

Merge request reports