uridecodebin: Allow video/webm for progressive downloading

This commit is contained in:
Sebastian Dröge 2010-06-12 16:16:37 +02:00
parent c3cfb404ae
commit dc110b3b37

View 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))