[totem/gnome-2-28] Add WebM support to Totem and browser plugin



commit 8e3c841d0d4ce56da268a7dc88634b1e927d37a3
Author: Bastien Nocera <hadess hadess net>
Date:   Thu May 20 16:57:42 2010 +0100

    Add WebM support to Totem and browser plugin

 browser-plugin/totemPlugin.cpp |    1 +
 data/mime-type-list.txt        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index f833749..5a55945 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -130,6 +130,7 @@ static const totemPluginMimeEntry kMimeTypes[] = {
   { "audio/mpeg", "mp3", NULL },
   { "application/x-nsv-vp3-mp3", "nsv", "video/x-nsv" },
   { "video/flv", "flv", "application/x-flash-video" },
+  { "video/webm", "webm", NULL },
   { "application/x-totem-plugin", "", "Totem Multimedia plugin" },
   { "audio/midi", "mid, midi", NULL },
 #else
diff --git a/data/mime-type-list.txt b/data/mime-type-list.txt
index 6655761..9177705 100644
--- a/data/mime-type-list.txt
+++ b/data/mime-type-list.txt
@@ -81,6 +81,7 @@ video/vivo
 video/vnd.divx
 video/vnd.rn-realvideo
 video/vnd.vivo
+video/webm
 video/x-anim
 video/x-avi
 video/x-flc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]