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:
Wim Taymans 2009-06-30 18:44:44 +02:00
parent c1f46ea29e
commit e8598d24e5

View file

@ -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 */