From 2a1e046dd9853fb13caf80e3b3bc11fbcae09d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 16 Sep 2015 19:53:35 +0200 Subject: [PATCH] uridecodebin: Use the correct caps name for MS Smooth Streaming manifests Thanks to John Chang for reporting. https://bugzilla.gnome.org/show_bug.cgi?id=755098 --- gst/playback/gsturidecodebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index 784d01063c..24e4427802 100644 --- a/gst/playback/gsturidecodebin.c +++ b/gst/playback/gsturidecodebin.c @@ -1288,7 +1288,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/x-hls", "application/vnd.ms-sstr+xml", "application/dash+xml", NULL };