From: Arnaud Vrac <avrac@freebox.fr>
Date: Wed, 29 Aug 2012 17:15:43 +0200
Subject: uridecodebin: treat files as streamable media

This makes playing from network based filesystems work better since in
this case buffering with a queue is preferable.

diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c
--- a/gst/playback/gsturidecodebin.c
+++ b/gst/playback/gsturidecodebin.c
@@ -1174,6 +1174,7 @@ array_has_uri_value (const gchar * values[], const gchar * value)
 static const gchar *stream_uris[] = { "http://", "https://", "mms://",
   "mmsh://", "mmsu://", "mmst://", "fd://", "myth://", "ssh://",
   "ftp://", "sftp://",
+  "file://",
   NULL
 };
 
