projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1f46ea
)
uridecodebin: make fd:// uri use buffering too
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 30 Jun 2009 16:44:44 +0000
(18:44 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 30 Jun 2009 16:44:44 +0000
(18:44 +0200)
fd:// usually operate in push mode only and are thus suitable for buffering.
gst/playback/gsturidecodebin.c
patch
|
blob
|
history
diff --git
a/gst/playback/gsturidecodebin.c
b/gst/playback/gsturidecodebin.c
index
6effdaa
..
68ee087
100644
(file)
--- a/
gst/playback/gsturidecodebin.c
+++ b/
gst/playback/gsturidecodebin.c
@@
-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 */