mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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
629 B
XML
19 lines
No EOL
629 B
XML
<plugin>
|
|
<name>playbin</name>
|
|
<description>player bin</description>
|
|
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
|
<basename>libgstplaybin.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>playbin</name>
|
|
<longname>Player Bin</longname>
|
|
<class>Generic/Bin/Player</class>
|
|
<description>Autoplug and play media from an uri</description>
|
|
<author>Wim Taymans <wim@fluendo.com></author>
|
|
</element>
|
|
</elements>
|
|
</plugin> |