mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
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:
parent
482dd1e56a
commit
133f804d2d
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue