mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
695afd0edf
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
27 lines
No EOL
934 B
XML
27 lines
No EOL
934 B
XML
<plugin>
|
|
<name>png</name>
|
|
<description>PNG plugin library</description>
|
|
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
|
<basename>libgstpng.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>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 <wim@fluendo.com></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 <jsimon13@yahoo.fr></author>
|
|
</element>
|
|
</elements>
|
|
</plugin> |