uridecodebin: also add https to buffer protocols

HTTPS also needs buffering.
This commit is contained in:
Wim Taymans 2011-01-20 16:25:42 +01:00
parent 21d1e2ded0
commit 1fb7c7e5dc

View file

@ -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
};