packages/gst-debian/nuv.xml
author melunko
Thu Feb 07 19:36:22 2008 +0000 (2008-02-07)
branchtrunk
changeset 912 b200d6198191
permissions -rw-r--r--
[svn r921] Added gmyth_dbus_server_check_db_connection() function
renatofilho@911
     1
<?xml version="1.0" encoding="UTF-8"?>
renatofilho@911
     2
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
renatofilho@911
     3
           xmlns:osso="http://nokia.com/osso/mime-categories">
renatofilho@911
     4
 <mime-type type="video/x-nuv">
renatofilho@911
     5
  <comment>Nuv File</comment>
renatofilho@911
     6
  <comment xml:lang="en">Mythtv Nuv file container</comment>
renatofilho@911
     7
  <magic priority="60">
renatofilho@911
     8
   <match value="MythTVVideo" type="string" offset="0"/>
renatofilho@911
     9
  </magic>
renatofilho@911
    10
  <glob pattern="*.nuv"/>
renatofilho@911
    11
  <osso:category name="video"/>
renatofilho@911
    12
 </mime-type>
renatofilho@911
    13
</mime-info>