mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
uridecodebin: make fd:// uri use buffering too
fd:// usually operate in push mode only and are thus suitable for buffering.
This commit is contained in:
parent
c1f46ea29e
commit
e8598d24e5
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ array_has_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://", NULL
|
||||
"mmsu://", "mmst://", "fd://", NULL
|
||||
};
|
||||
|
||||
/* list of URIs that need a queue because they are pretty bursty */
|
||||
|
|
Loading…
Reference in a new issue