gst-gmyth/debian/nuv.xml
author morphbr
Mon Jun 04 12:30:07 2007 +0100 (2007-06-04)
branchtrunk
changeset 742 fe8ddffd7f5c
permissions -rw-r--r--
[svn r748] * GMyth-Streamer
- Mencoder multicast and unicast bug fix;
- Fixed bug when trying to just stream (not transcode)
a file that does not exist.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
     3            xmlns:osso="http://nokia.com/osso/mime-categories">
     4  <mime-type type="video/x-nuv">
     5   <comment>Nuv File</comment>
     6   <comment xml:lang="en">Mythtv Nuv file container</comment>
     7   <magic priority="60">
     8    <match value="MythTVVideo" type="string" offset="0"/>
     9   </magic>
    10   <glob pattern="*.nuv"/>
    11   <osso:category name="video"/>
    12  </mime-type>
    13 </mime-info>