Skip to content

Commit

Permalink
Merge r176936 - [GStreamer] Add application/x-mpegurl to the list of …
Browse files Browse the repository at this point in the history
…supported mimetypes.

https://bugs.webkit.org/show_bug.cgi?id=139343

Patch by Sebastian Dröge <sebastian@centricular.com> on 2014-12-08
Reviewed by Gustavo Noronha Silva.

* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::mimeTypeCache):
It's an alternative mimetype for the already supported
application/vnd.apple.mpegurl (aka HLS) and adding it
allows all streams on http://www.jwplayer.com/html5/hls/
to be played.

Canonical link: https://commits.webkit.org/154760.261@webkitgtk/2.6
git-svn-id: https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.6@178330 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
sdroege authored and carlosgcampos committed Jan 13, 2015
1 parent 4eafcb1 commit 781867d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,17 @@
2014-12-08 Sebastian Dröge <sebastian@centricular.com>

[GStreamer] Add application/x-mpegurl to the list of supported mimetypes.
https://bugs.webkit.org/show_bug.cgi?id=139343

Reviewed by Gustavo Noronha Silva.

* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::mimeTypeCache):
It's an alternative mimetype for the already supported
application/vnd.apple.mpegurl (aka HLS) and adding it
allows all streams on http://www.jwplayer.com/html5/hls/
to be played.

2014-12-07 Gwang Yoon Hwang <yoon@igalia.com>

[TextureMapper] Normalize pattern transform for pattern compositing
Expand Down
Expand Up @@ -1677,6 +1677,7 @@ static HashSet<String> mimeTypeCache()
"application/vnd.rn-realmedia",
"application/x-3gp",
"application/x-pn-realaudio",
"application/x-mpegurl",
"audio/3gpp",
"audio/aac",
"audio/flac",
Expand Down

0 comments on commit 781867d

Please sign in to comment.