uridecodebin: also add https to buffer protocols
HTTPS also needs buffering.
This commit is contained in:
parent
21d1e2ded0
commit
1fb7c7e5dc
@ -942,8 +942,9 @@ array_has_uri_value (const gchar * values[], const gchar * value)
|
||||
|
||||
/* list of URIs that we consider to be streams and that need buffering.
|
||||
* We have no mechanism yet to figure this out with a query. */
|
||||
static const gchar *stream_uris[] = { "http://", "mms://", "mmsh://",
|
||||
"mmsu://", "mmst://", "fd://", "myth://", "ssh://", "ftp://", "sftp://",
|
||||
static const gchar *stream_uris[] = { "http://", "https://", "mms://",
|
||||
"mmsh://", "mmsu://", "mmst://", "fd://", "myth://", "ssh://",
|
||||
"ftp://", "sftp://",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user