gst/playback/gstplaybasebin.c: Included "myth://" on stream_uris list for enable buffering to mythtv files

Original commit message from CVS:
* gst/playback/gstplaybasebin.c:
Included "myth://" on stream_uris list for enable buffering to mythtv files
This commit is contained in:
Renato Filho 2007-09-03 20:46:38 +00:00
parent 6f93db5ab5
commit ac042e8869
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-09-03 Renato Filho <renato.filho@indt.org.br>
* gst/playback/gstplaybasebin.c:
Included "myth://" on stream_uris list for enable buffering to mythtv files
2007-09-03 Wim Taymans <wim.taymans@gmail.com>
* docs/libs/gst-plugins-base-libs-sections.txt:

View file

@ -1542,7 +1542,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://", "myth://", NULL
};
/* blacklisted URIs, we know they will always fail. */