diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index 0600ec079d..e36539e8a4 100644 --- a/gst/playback/gsturidecodebin.c +++ b/gst/playback/gsturidecodebin.c @@ -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))