Skip to content

curlbasesink: Add curl seek callback

Tobias Ronge requested to merge TobiasR/gst-plugins-bad:fix-curl-seek into master

Adding functionality to handle SEEK_SET enables rewinding of sent data. In the HTTP case, this happens after an HTTP 401 has been received from the other end. This will result in the sent data being resent.

Edited by Tobias Ronge

Merge request reports