gstreamer/docs/plugins/inspect/plugin-debug.xml
Thomas Vander Stichele 695afd0edf documenting auto*sink using strstr for the video sink lookup, class field is not ordered update other plugins
Original commit message from CVS:

* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_base_init):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_base_init),
(gst_auto_video_sink_factory_filter):
documenting auto*sink
using strstr for the video sink lookup, class field is not ordered

update other plugins
2005-11-25 21:02:16 +00:00

41 lines
No EOL
1.5 KiB
XML

<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.6.1</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins CVS/prerelease</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>breakmydata</name>
<longname>breakmydata</longname>
<class>Testing</class>
<description>randomly change data in the stream</description>
<author>Benjamin Otte &lt;otte@gnome&gt;</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 &lt;thaytan@mad.scientist.com&gt;</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 &lt;thaytan@mad.scientist.com&gt;</author>
</element>
<element>
<name>testsink</name>
<longname>gsttestsink</longname>
<class>Testing</class>
<description>perform a number of tests</description>
<author>Benjamin Otte &lt;otte@gnome&gt;</author>
</element>
</elements>
</plugin>