uridecodebin: Allow video/webm for progressive downloading
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 12 Jun 2010 14:16:37 +0000 (16:16 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 12 Jun 2010 14:16:37 +0000 (16:16 +0200)
gst/playback/gsturidecodebin.c

index 1028c19b6c3e08c63f903f136933313f2dd732df..7e20fa4ff3ef358c5cc4d42fd43c9dc7fb5a615f 100644 (file)
@@ -917,7 +917,7 @@ static const gchar *no_media_mimes[] = {
 /* media types we can download */
 static const gchar *download_media[] = {
   "video/quicktime", "video/mj2", "audio/x-m4a", "application/x-3gp",
-  "video/x-flv", "video/x-msvideo", NULL
+  "video/x-flv", "video/x-msvideo", "video/webm", NULL
 };
 
 #define IS_STREAM_URI(uri)          (array_has_uri_value (stream_uris, uri))