gst-gmyth/debian/nuv.xml
author morphbr
Wed Aug 29 14:29:24 2007 +0100 (2007-08-29)
branchtrunk
changeset 831 e2baa6947dbf
permissions -rw-r--r--
[svn r837] - Deleted old code
- Bug fix on gmencoder by Renato Filho
- Restored Renato's version of monitor_handler to work with gmencoder
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>