gst-plugins-nuvdemux/debian/nuv.xml
author melunko
Wed Mar 07 00:59:36 2007 +0000 (2007-03-07)
branchtrunk
changeset 393 0dd110388c6f
permissions -rw-r--r--
[svn r398] gmyth_transcode renamed to gmyth_transcoder. Besides, gmyth_transcoder_start/pause/resume/cancel methods were created
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>