blob: 1a48a44ea6052e731bcadec9eb07918ee1bf6a05 (
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
|
<plugin>
<name>debug</name>
<description>elements for testing and debugging</description>
<filename>../../gst/debug/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename>
<version>0.9.4</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
<name>breakmydata</name>
<longname>breakmydata</longname>
<class>Testing</class>
<description>randomly change data in the stream</description>
<author>Benjamin Otte <otte@gnome></author>
</element>
<element>
<name>navseek</name>
<longname>Seek based on left-right arrows</longname>
<class>Filter/Video</class>
<description>Seek based on navigation keys left-right</description>
<author>Jan Schmidt <thaytan@mad.scientist.com></author>
</element>
<element>
<name>progressreport</name>
<longname>Progress Report</longname>
<class>Testing</class>
<description>Periodically query and report on processing progress</description>
<author>Jan Schmidt <thaytan@mad.scientist.com></author>
</element>
<element>
<name>testsink</name>
<longname>gsttestsink</longname>
<class>Testing</class>
<description>perform a number of tests</description>
<author>Benjamin Otte <otte@gnome></author>
</element>
</elements>
</plugin>
|