gst-plugins-nuvdemux/debian/nuv.xml
author rosfran
Tue Feb 13 23:15:54 2007 +0000 (2007-02-13)
branchtrunk
changeset 357 194c44ef8da4
permissions -rw-r--r--
[svn r359] Now it is running; removed some GStaticMutex race conditions.
renatofilho@76
     1
<?xml version="1.0" encoding="UTF-8"?>
renatofilho@76
     2
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
renatofilho@76
     3
 <mime-type type="video/x-nuv">
renatofilho@76
     4
  <comment>Nuv File</comment>
renatofilho@76
     5
  <comment xml:lang="en">Mythtv Nuv file container</comment>
renatofilho@76
     6
  <magic priority="60">
renatofilho@76
     7
   <match value="MythTVVideo" type="string" offset="0"/>
renatofilho@76
     8
  </magic>
renatofilho@76
     9
  <glob pattern="*.nuv"/>
renatofilho@76
    10
 </mime-type>
renatofilho@76
    11
</mime-info>