1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/gst-gmyth/debian/nuv.xml Sat Feb 02 23:22:44 2008 +0000
1.3 @@ -0,0 +1,13 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
1.6 + xmlns:osso="http://nokia.com/osso/mime-categories">
1.7 + <mime-type type="video/x-nuv">
1.8 + <comment>Nuv File</comment>
1.9 + <comment xml:lang="en">Mythtv Nuv file container</comment>
1.10 + <magic priority="60">
1.11 + <match value="MythTVVideo" type="string" offset="0"/>
1.12 + </magic>
1.13 + <glob pattern="*.nuv"/>
1.14 + <osso:category name="video"/>
1.15 + </mime-type>
1.16 +</mime-info>