summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-02-23 18:56:45 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-02-25 13:05:37 -0300
commite4929b41005082fe88b9b9b3e8b7365541b77179 (patch)
treea991281498c6451e2fc5fa4aa9a8fc9762ba7631
parentdec435d7358af83da17e2aac6e45b40c47c93ed5 (diff)
uridecodebin: list HDS as an adaptive format
-rw-r--r--gst/playback/gsturidecodebin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c
index 2807a50c8..546cf61df 100644
--- a/gst/playback/gsturidecodebin.c
+++ b/gst/playback/gsturidecodebin.c
@@ -1290,7 +1290,7 @@ static const gchar *blacklisted_uris[] = { NULL };
/* media types that use adaptive streaming */
static const gchar *adaptive_media[] = {
"application/x-hls", "application/x-smoothstreaming-manifest",
- "application/dash+xml", NULL
+ "application/dash+xml", "application/f4m", NULL
};
#define IS_STREAM_URI(uri) (array_has_uri_value (stream_uris, uri))