gst-plugins-nuvdemux/debian/nuv.xml
author rosfran
Mon Apr 02 20:05:56 2007 +0100 (2007-04-02)
branchtrunk
changeset 479 5e1afa4a66e8
permissions -rw-r--r--
[svn r484] Added gmyth_util_get_channel_list to the gmyth_util.h; removes static_mutex locking/unlocking from the gmyth_util.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
     3  <mime-type type="video/x-nuv">
     4   <comment>Nuv File</comment>
     5   <comment xml:lang="en">Mythtv Nuv file container</comment>
     6   <magic priority="60">
     7    <match value="MythTVVideo" type="string" offset="0"/>
     8   </magic>
     9   <glob pattern="*.nuv"/>
    10  </mime-type>
    11 </mime-info>