[gst-cvs] gst-plugins-base: uridecodebin: make fd:// uri use buffering too
Wim Taymans
wtay at kemper.freedesktop.org
Tue Jun 30 09:45:49 PDT 2009
Module: gst-plugins-base
Branch: master
Commit: e8598d24e5e736850e521f71a93f3b92eff32d0e
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=e8598d24e5e736850e521f71a93f3b92eff32d0e
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Tue Jun 30 18:44:44 2009 +0200
uridecodebin: make fd:// uri use buffering too
fd:// usually operate in push mode only and are thus suitable for buffering.
---
gst/playback/gsturidecodebin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c
index 6effdaa..68ee087 100644
--- 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 */
More information about the Gstreamer-commits
mailing list