[totem] Add WebM support to Totem and browser plugin
- From: Bastien Nocera <hadess src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [totem] Add WebM support to Totem and browser plugin
 
- Date: Thu, 20 May 2010 15:59:39 +0000 (UTC)
 
commit 87207e8f91ca9ec1b9bcb02c8dd6542acb483841
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 d7ec610..9bacbf9 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -126,6 +126,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 303bb23..a6eab04 100644
--- a/data/mime-type-list.txt
+++ b/data/mime-type-list.txt
@@ -82,6 +82,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]