gst-plugins-nuvdemux/debian/nuv.xml
author melunko
Mon Mar 19 17:11:23 2007 +0000 (2007-03-19)
branchtrunk
changeset 412 60a60397ffdf
permissions -rw-r--r--
[svn r417] Added some documentation. Some string memory leak resolved. Memory handling errors in GMythStringlist solved. Some improvements in gmyth_jobqueue. Some other fixes
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>