~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to docs/plugins/inspect/plugin-nsf.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-03 16:57:09 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903165709-5158pp06sfg0i6dv
Tags: 0.10.20-1
* New upstream release:
  + debian/build-deps.in:
    - Update build dependencies.
* debian/source/format,
  debian/compat,
  debian/rules,
  debian/patches:
  + Update to debhelper compat level 7.
  + Update to source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<plugin>
 
2
  <name>nsf</name>
 
3
  <description>Uses nosefart to decode .nsf files</description>
 
4
  <filename>../../gst/nsf/.libs/libgstnsf.so</filename>
 
5
  <basename>libgstnsf.so</basename>
 
6
  <version>0.10.20</version>
 
7
  <license>GPL</license>
 
8
  <source>gst-plugins-bad</source>
 
9
  <package>GStreamer Bad Plug-ins source release</package>
 
10
  <origin>Unknown package origin</origin>
 
11
  <elements>
 
12
    <element>
 
13
      <name>nsfdec</name>
 
14
      <longname>Nsf decoder</longname>
 
15
      <class>Codec/Decoder/Audio</class>
 
16
      <description>Using nosefart to decode NSF audio tunes</description>
 
17
      <author>Johan Dahlin &lt;johan@gnome.org&gt;</author>
 
18
      <pads>
 
19
        <caps>
 
20
          <name>sink</name>
 
21
          <direction>sink</direction>
 
22
          <presence>always</presence>
 
23
          <details>audio/x-nsf</details>
 
24
        </caps>
 
25
        <caps>
 
26
          <name>src</name>
 
27
          <direction>source</direction>
 
28
          <presence>always</presence>
 
29
          <details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details>
 
30
        </caps>
 
31
      </pads>
 
32
    </element>
 
33
  </elements>
 
34
</plugin>
 
 
b'\\ No newline at end of file'