summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-gconfelements.xml
blob: bffef0e32f7ca1802689abcad675318db3ad635a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<plugin>
  <name>gconfelements</name>
  <description>elements wrapping the GStreamer/GConf audio/video output settings</description>
  <filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
  <basename>libgstgconfelements.so</basename>
  <version>0.10.23</version>
  <license>LGPL</license>
  <source>gst-plugins-good</source>
  <package>GStreamer Good Plug-ins source release</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>gconfaudiosink</name>
      <longname>GConf audio sink</longname>
      <class>Sink/Audio</class>
      <description>Audio sink embedding the GConf-settings for audio output</description>
      <author>Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
      <pads>
    
      </pads>
    </element>
    <element>
      <name>gconfaudiosrc</name>
      <longname>GConf audio source</longname>
      <class>Source/Audio</class>
      <description>Audio source embedding the GConf-settings for audio input</description>
      <author>GStreamer maintainers &lt;gstreamer-devel@lists.sourceforge.net&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>gconfvideosink</name>
      <longname>GConf video sink</longname>
      <class>Sink/Video</class>
      <description>Video sink embedding the GConf-settings for video output</description>
      <author>GStreamer maintainers &lt;gstreamer-devel@lists.sourceforge.net&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>gconfvideosrc</name>
      <longname>GConf video source</longname>
      <class>Source/Video</class>
      <description>Video source embedding the GConf-settings for video input</description>
      <author>GStreamer maintainers &lt;gstreamer-devel@lists.sourceforge.net&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>ANY</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>