mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
uridecodebin: also add https to buffer protocols
HTTPS also needs buffering.
This commit is contained in:
parent
21d1e2ded0
commit
1fb7c7e5dc
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue