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:
parent
a7bcdc3608
commit
2a1e046dd9
@ -1288,7 +1288,7 @@ static const gchar *blacklisted_uris[] = { NULL };
|
|||||||
|
|
||||||
/* media types that use adaptive streaming */
|
/* media types that use adaptive streaming */
|
||||||
static const gchar *adaptive_media[] = {
|
static const gchar *adaptive_media[] = {
|
||||||
"application/x-hls", "application/x-smoothstreaming-manifest",
|
"application/x-hls", "application/vnd.ms-sstr+xml",
|
||||||
"application/dash+xml", NULL
|
"application/dash+xml", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user