[Maemo-recorder-commits] r8 - trunk/mime

jait at garage.maemo.org jait at garage.maemo.org
Fri Sep 8 19:00:41 EEST 2006


Author: jait
Date: 2006-09-08 19:00:41 +0300 (Fri, 08 Sep 2006)
New Revision: 8

Modified:
   trunk/mime/maemo-recorder.xml
Log:
added WAV mime type


Modified: trunk/mime/maemo-recorder.xml
===================================================================
--- trunk/mime/maemo-recorder.xml	2006-09-08 15:22:38 UTC (rev 7)
+++ trunk/mime/maemo-recorder.xml	2006-09-08 16:00:41 UTC (rev 8)
@@ -15,4 +15,13 @@
     <glob pattern="*.ilbc"/>
     <osso:category name="audio"/>
   </mime-type>
+  <mime-type type="audio/x-wav">
+    <comment>WAV audio</comment>
+    <magic priority="50">
+      <match value="WAVE" type="string" offset="8"/>
+      <match value="WAV " type="string" offset="8"/>
+    </magic>
+    <glob pattern="*.wav"/>
+    <osso:category name="audio"/>
+  </mime-type>
 </mime-info>



More information about the Maemo-recorder-commits mailing list