mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
uridecodebin: add all qtdemux types to downloadable types
Add all the media types that qtdemux can handle to the list of downloadable types.
This commit is contained in:
parent
7b3f9aa504
commit
f99cb8b9bd
1 changed files with 2 additions and 1 deletions
|
@ -888,7 +888,8 @@ static const gchar *no_media_mimes[] = {
|
|||
|
||||
/* media types we can download */
|
||||
static const gchar *download_media[] = {
|
||||
"video/quicktime", "video/x-flv", "video/x-msvideo", NULL
|
||||
"video/quicktime", "video/mj2", "audio/x-m4a", "application/x-3gp",
|
||||
"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