From: Wim Taymans Date: Tue, 4 May 2010 15:54:01 +0000 (+0200) Subject: uridecodebin: add all qtdemux types to downloadable types X-Git-Tag: RELEASE-0.10.30~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f99cb8b9bd2a9c0596fbd742dd7075ad34a5e881;p=platform%2Fupstream%2Fgst-plugins-base.git uridecodebin: add all qtdemux types to downloadable types Add all the media types that qtdemux can handle to the list of downloadable types. --- diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index 0600ec0..e36539e 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))