L. E. Segovia 2025-06-12 11:45:33 -03:00 committed by GStreamer Marge Bot
parent 189d33015d
commit 230fe47b59

View File

@ -1325,6 +1325,8 @@ gst_curl_http_src_handle_response (GstCurlHttpSrc * src)
"No Content-Length was specified in the response.");
src->seekable = GSTCURL_SEEKABLE_FALSE;
} else {
/* Note that in the case of a range get, Content-Length is the number
of bytes requested, not the total size of the resource */
GST_INFO_OBJECT (src,
"Content-Length was given as %" G_GOFFSET_FORMAT,
(goffset) curl_info_offt);