Title: [176936] trunk/Source/WebCore
Revision
176936
Author
[email protected]
Date
2014-12-08 01:18:32 -0800 (Mon, 08 Dec 2014)

Log Message

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

Patch by Sebastian Dröge <[email protected]> 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (176935 => 176936)


--- trunk/Source/WebCore/ChangeLog	2014-12-08 09:15:36 UTC (rev 176935)
+++ trunk/Source/WebCore/ChangeLog	2014-12-08 09:18:32 UTC (rev 176936)
@@ -1,3 +1,17 @@
+2014-12-08  Sebastian Dröge  <[email protected]>
+
+        [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  <[email protected]>
 
         [TextureMapper] Normalize pattern transform for pattern compositing

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (176935 => 176936)


--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp	2014-12-08 09:15:36 UTC (rev 176935)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp	2014-12-08 09:18:32 UTC (rev 176936)
@@ -1676,6 +1676,7 @@
         "application/vnd.rn-realmedia",
         "application/x-3gp",
         "application/x-pn-realaudio",
+        "application/x-mpegurl",
         "audio/3gpp",
         "audio/aac",
         "audio/flac",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to