uridecodebin: we can handle avi in download mode too

Add avi to the whitelisted types that can be used for download buffering.
This commit is contained in:
Wim Taymans 2010-03-25 18:45:48 +01:00
parent 482dd1e56a
commit 133f804d2d

View file

@ -888,7 +888,7 @@ static const gchar *no_media_mimes[] = {
/* media types we can download */
static const gchar *download_media[] = {
"video/quicktime", "video/x-flv", NULL
"video/quicktime", "video/x-flv", "video/x-msvideo", NULL
};
#define IS_STREAM_URI(uri) (array_has_uri_value (stream_uris, uri))