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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-12 22:01:41 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090312220141-glnhvwf1g52g91xq
Tags: 0.10.10.2-1ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<plugin>
 
2
  <name>app</name>
 
3
  <description>Elements used to communicate with applications</description>
 
4
  <filename>../../gst/app/.libs/libgstapp.so</filename>
 
5
  <basename>libgstapp.so</basename>
 
6
  <version>0.10.9.1</version>
 
7
  <license>LGPL</license>
 
8
  <source>gst-plugins-bad</source>
 
9
  <package>GStreamer Bad Plug-ins CVS/prerelease</package>
 
10
  <origin>Unknown package origin</origin>
 
11
  <elements>
 
12
    <element>
 
13
      <name>appsink</name>
 
14
      <longname>AppSink</longname>
 
15
      <class>Generic/Sink</class>
 
16
      <description>Allow the application to get access to raw buffer</description>
 
17
      <author>David Schleef &lt;ds@schleef.org&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
 
18
      <pads>
 
19
        <caps>
 
20
          <name>sink</name>
 
21
          <direction>sink</direction>
 
22
          <presence>always</presence>
 
23
          <details>ANY</details>
 
24
        </caps>
 
25
      </pads>
 
26
    </element>
 
27
    <element>
 
28
      <name>appsrc</name>
 
29
      <longname>AppSrc</longname>
 
30
      <class>Generic/Src</class>
 
31
      <description>Allow the application to feed buffers to a pipeline</description>
 
32
      <author>David Schleef &lt;ds@schleef.org&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
 
33
      <pads>
 
34
        <caps>
 
35
          <name>src</name>
 
36
          <direction>source</direction>
 
37
          <presence>always</presence>
 
38
          <details>ANY</details>
 
39
        </caps>
 
40
      </pads>
 
41
    </element>
 
42
  </elements>
 
43
</plugin>
 
 
b'\\ No newline at end of file'