summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-09-18 03:54:41 +0100
committerBastien Nocera <hadess@hadess.net>2011-09-18 03:54:41 +0100
commitdece86d7fdc5b0a909d0c2c2151360de13bc4e6e (patch)
tree0d07a6f3cdabeba242d79a64d9300a44b69e6d95 /browser-plugin
parent5ee13bb265ccaf3f2146623671f3c917c55974a1 (diff)
downloadtotem-dece86d7fdc5b0a909d0c2c2151360de13bc4e6e.tar.gz
browser-plugin: Add support for HTTP Live Streaming
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 9bacbf901..3eaab649f 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -105,6 +105,7 @@ static const totemPluginMimeEntry kMimeTypes[] = {
{ "image/x-macpaint", "pntg", NULL },
{ "image/x-quicktime", "pict, pict1, pict2", "image/x-pict" },
{ "video/x-m4v", "m4v", NULL },
+ { "application/vnd.apple.mpegurl", "m3u8", NULL },
#elif defined(TOTEM_MULLY_PLUGIN)
{ "video/divx", "divx", "video/x-msvideo" },
#elif defined(TOTEM_CONE_PLUGIN)