mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
uridecodebin: Allow video/webm for progressive downloading
This commit is contained in:
parent
c3cfb404ae
commit
dc110b3b37
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue