uridecodebin: Use the correct caps name for MS Smooth Streaming manifests

Thanks to John Chang <r97922153@gmail.com> for reporting.

https://bugzilla.gnome.org/show_bug.cgi?id=755098
This commit is contained in:
Sebastian Dröge 2015-09-16 19:53:35 +02:00
parent a7bcdc3608
commit 2a1e046dd9

View file

@ -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
};