gst-plugins-nuvdemux/debian/nuv.xml
author morphbr
Sat Feb 10 20:01:54 2007 +0000 (2007-02-10)
branchtrunk
changeset 349 7005e696052c
permissions -rw-r--r--
[svn r351] - Bug fix in gmyth_util.c: included support for time without seconds in gmyth_util_string_to_time_val_fmt (XML format from backend)
- Bug fix in gmyth_http.c: fixed bug when there are no channels
- gmyth_vlc.c/h: included support to specify a port when connecting to VLC
- tests: fixed vlc test file regarding the fix above
created script to compile http test app
     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>