gst-gmyth/debian/nuv.xml
author rosfran
Mon May 14 19:32:44 2007 +0100 (2007-05-14)
branchtrunk
changeset 647 ceb89d5fc325
permissions -rw-r--r--
[svn r653] Some new tests: stringlist and LiveTV Monitor Handler.
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>