[totem/gnome-2-30] Add WebM support to Totem and browser plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-2-30] Add WebM support to Totem and browser plugin
- Date: Sat, 22 May 2010 11:55:13 +0000 (UTC)
commit 2285e792f616f3be400f7eaab51d3a528afe8e68
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 5382bb2..1c420f3 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]