gst-gmyth/debian/osso_media_server_nuv.schemas
author morphbr
Tue May 29 21:24:48 2007 +0100 (2007-05-29)
branchtrunk
changeset 718 3fbcd3d9b2d1
permissions -rw-r--r--
[svn r724] * GMyth-Streamer version 0.3 released
- Improved Log architecture;
- Creation of a history for the transcoder's actions
- Creation of an id for each transcoder instanciated
- Also wrapps default actions for python's default logger

- Created new functions to make use of this new Log architecture;
- serve_new_id
- serve_get_log
- serve_get_all_log

- _Lot_ of small bug fixes;

- Inserted header for all files;

- Splited files with too many lines (more than 1 class per file)
in more files;
renatofilho@608
     1
<?xml version="1.0"?>
renatofilho@608
     2
<gconfschemafile>
renatofilho@608
     3
  <schemalist>
renatofilho@608
     4
    <schema>
renatofilho@608
     5
      <key>/schemas/apps/osso/osso_media_server/demux_video/video_x-nuv</key>
renatofilho@608
     6
      <applyto>/apps/osso/osso_media_server/demux_video/video_x-nuv</applyto>
renatofilho@608
     7
      <owner>osso_media_server</owner>
renatofilho@608
     8
      <type>list</type>
renatofilho@608
     9
      <list_type>string</list_type>
renatofilho@608
    10
      <default>[video/x-nuv,nuvdemux]</default>
renatofilho@608
    11
      <locale name="C">
renatofilho@608
    12
        <short>Play MYTHTV .nuv files.</short>
renatofilho@608
    13
      </locale>
renatofilho@608
    14
    </schema>
renatofilho@608
    15
  </schemalist>
renatofilho@608
    16
</gconfschemafile>