diff --git a/ChangeLog b/ChangeLog index e0fd978b37..996cc7e35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-03 Renato Filho + * gst/playback/gstplaybasebin.c: + Included "myth://" on stream_uris list for enable buffering to mythtv files + 2007-09-03 Wim Taymans * docs/libs/gst-plugins-base-libs-sections.txt: diff --git a/gst/playback/gstplaybasebin.c b/gst/playback/gstplaybasebin.c index 3adc6a2eec..c84e6cc052 100644 --- a/gst/playback/gstplaybasebin.c +++ b/gst/playback/gstplaybasebin.c @@ -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. */