gst-gmyth/debian/nuv.xml
author renatofilho
Tue May 01 16:04:02 2007 +0100 (2007-05-01)
branchtrunk
changeset 608 43ce4ea2f9fb
permissions -rw-r--r--
[svn r614] created dir for gstreamer plugins
renatofilho@608
     1
<?xml version="1.0" encoding="UTF-8"?>
renatofilho@608
     2
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
renatofilho@608
     3
           xmlns:osso="http://nokia.com/osso/mime-categories">
renatofilho@608
     4
 <mime-type type="video/x-nuv">
renatofilho@608
     5
  <comment>Nuv File</comment>
renatofilho@608
     6
  <comment xml:lang="en">Mythtv Nuv file container</comment>
renatofilho@608
     7
  <magic priority="60">
renatofilho@608
     8
   <match value="MythTVVideo" type="string" offset="0"/>
renatofilho@608
     9
  </magic>
renatofilho@608
    10
  <glob pattern="*.nuv"/>
renatofilho@608
    11
  <osso:category name="video"/>
renatofilho@608
    12
 </mime-type>
renatofilho@608
    13
</mime-info>