mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue