mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
1f40aa1676
Original commit message from CVS: first stab at outputting xml descriptions of elements and plugins for doc build
19 lines
No EOL
667 B
XML
19 lines
No EOL
667 B
XML
<plugin>
|
|
<name>videotestsrc</name>
|
|
<description>Creates a test video stream</description>
|
|
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
|
<basename>libgstvideotestsrc.so</basename>
|
|
<version>0.9.1.1</version>
|
|
<license>LGPL</license>
|
|
<package>GStreamer CVS/prerelease</package>
|
|
<origin>http://gstreamer.freedesktop.org/</origin>
|
|
<elements>
|
|
<element>
|
|
<name>videotestsrc</name>
|
|
<longname>Video test source</longname>
|
|
<class>Source/Video</class>
|
|
<description>Creates a test video stream</description>
|
|
<author>David A. Schleef <ds@schleef.org></author>
|
|
</element>
|
|
</elements>
|
|
</plugin> |