summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-09-01 15:19:36 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-09-01 15:19:36 +0000
commit2ec5c9d00d04d96146a1e8c6fe710df8da5998b4 (patch)
treeea73154376f593cdfb3f7c1146d19f983e4e083a /src
parent2c857ff30ba6dd9d2cdd6ea9bb5a4ef71af828d1 (diff)
downloadnautilus-2ec5c9d00d04d96146a1e8c6fe710df8da5998b4.tar.gz
Update with latest changes from Totem, we can preview midi, XM, speex and
2008-09-01 Bastien Nocera <hadess@hadess.net> * src/file-manager/nautilus-audio-mime-types.h: Update with latest changes from Totem, we can preview midi, XM, speex and FLAC files svn path=/trunk/; revision=14559
Diffstat (limited to 'src')
-rw-r--r--src/file-manager/nautilus-audio-mime-types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/file-manager/nautilus-audio-mime-types.h b/src/file-manager/nautilus-audio-mime-types.h
index d8edcadbe..905343246 100644
--- a/src/file-manager/nautilus-audio-mime-types.h
+++ b/src/file-manager/nautilus-audio-mime-types.h
@@ -6,6 +6,7 @@ static char *audio_mime_types[] = {
"audio/AMR",
"audio/AMR-WB",
"audio/basic",
+"audio/midi",
"audio/mp4",
"audio/mpeg",
"audio/mpegurl",
@@ -33,9 +34,12 @@ static char *audio_mime_types[] = {
"audio/x-real-audio",
"audio/x-sbc",
"audio/x-scpls",
+"audio/x-speex",
"audio/x-tta",
"audio/x-wav",
-"audio/x-wav",
"audio/x-wavpack",
"audio/x-vorbis",
+"audio/x-vorbis+ogg",
+"audio/x-xm",
+"application/x-flac",
};