Remove dependency on 'Range' header in response for seek capability
which is leftover patch related to previously revert commit.
This part expect that the 'range' header is always included in response
by adding range request in gst_soup_http_src_add_range_header().
but offset condition is added by this commit :
37be5030fe5afb313e5134f218691bfb0e9be31a.
[Version] 1.24.11-17
Change-Id: Idccac5c213501f4cdce6054e5404902235fb9e19
Name: %{_name}
Version: 1.24.11
-Release: 16
+Release: 17
Summary: Streaming-Media Framework Runtime
License: LGPL-2.0+
Group: Multimedia/Framework
src->seekable = TRUE;
}
}
- /* The Range request header is always included.
- * @ref gst_soup_http_src_add_range_header() */
- else if ((status_code == SOUP_STATUS_OK) &&
- (_soup_message_headers_get_content_range (response_headers, &start, &stop, &total) == FALSE)) {
- GST_DEBUG_OBJECT (src, "there is no accept range header");
- src->seekable = FALSE;
- }
#endif
/* Icecast stuff */