mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
6f93db5ab5
commit
ac042e8869
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue