mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +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.
|
/* 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. */
|
* We have no mechanism yet to figure this out with a query. */
|
||||||
static const gchar *stream_uris[] = { "http://", "mms://", "mmsh://",
|
static const gchar *stream_uris[] = { "http://", "https://", "mms://",
|
||||||
"mmsu://", "mmst://", "fd://", "myth://", "ssh://", "ftp://", "sftp://",
|
"mmsh://", "mmsu://", "mmst://", "fd://", "myth://", "ssh://",
|
||||||
|
"ftp://", "sftp://",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue