gstreamer/docs/plugins/inspect/plugin-png.xml
Thomas Vander Stichele c28f84c0c6 borgify and fix up documentation
Original commit message from CVS:
borgify and fix up documentation
2005-12-09 19:51:03 +00:00

27 lines
No EOL
935 B
XML

<plugin>
<name>png</name>
<description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename>
<version>0.10.0.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>pngdec</name>
<longname>PNG decoder</longname>
<class>Codec/Decoder/Image</class>
<description>Decode a png video frame to a raw image</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>pngenc</name>
<longname>PNG encoder</longname>
<class>Codec/Encoder/Image</class>
<description>Encode a video frame to a .png image</description>
<author>Jeremy SIMON &lt;jsimon13@yahoo.fr&gt;</author>
</element>
</elements>
</plugin>