diff options
author | Bastien Nocera <hadess@hadess.net> | 2008-09-01 15:19:36 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2008-09-01 15:19:36 +0000 |
commit | 2ec5c9d00d04d96146a1e8c6fe710df8da5998b4 (patch) | |
tree | ea73154376f593cdfb3f7c1146d19f983e4e083a /src | |
parent | 2c857ff30ba6dd9d2cdd6ea9bb5a4ef71af828d1 (diff) | |
download | nautilus-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.h | 6 |
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", }; |